#DA38B7

Color #DA38B7 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DA38B7

Tints of Razzle Dazzle Rose #DA38B7

Color information

#DA38B7 (or 0xDA38B7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DA, 38 and B7. RGB value is (218,56,183). Sum of RGB (Red+Green+Blue) = 218+56+183=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA38B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA38B7 is #25C748. Grayscale: #767676. Windows color (decimal): -2475849 or 12007642. OLE color: 12007642.

HSL color Cylindrical-coordinate representation of color #DA38B7: hue angle of 312.96º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA38B7 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB21856183-
CMYK00.740.160.15
HSL312.96º68.64%53.73%-
HSV(B)312.96º74.31%85.49%-
XYZ38.8721.1546.83-
YUV118.92164.17198.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 56 (22.27% from 255) = 12.25%
BLUE value IS 183 (71.88% from 255) = 40.04%
R=47.70%
G=12.25%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185618300.740.160.15312.9668.6453.73
HexDA38B704A10F1394536
Octal332702670112201747110566
Binary1101101011100010110111010010101000011111001110011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA38B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA38B7; }

 p { color: rgb(218,56,183); }

 H1.HeaderClassName
 {
   color: #DA38B7;
 }
 .AnyTagClassName
 {
   color: #DA38B7;
 }
</style>
background-color css

<style>
 a { background-color: #DA38B7; }

 a { background-color: rgb(218,56,183); }

 div.DivClassName
 {
   background-color: #DA38B7;
 }
 .BgClassName
 {
   background-color: #DA38B7;
 }
</style>
border-color css

<style>
 span { border-color: #DA38B7; }

 span { border-color: rgb(218,56,183); }

 td.TdClassName
 {
   border-color: #DA38B7;
 }
 .TagClassName
 {
   border-color: #DA38B7;
 }
</style>