Html Css Color HEX #DA37C9 Razzle Dazzle Rose

📋 copy color: '#DA37C9'

red 218 ◦ green 55 ◦ blue 201

#DA37C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #DA37C9

Tints of Razzle Dazzle Rose #DA37C9

RGB

 RED value IS 218 (85.55% from 255) = 45.99%

 GREEN value IS 55 (21.88% from 255) = 11.6%

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 45.99%
G = 11.6%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA37C9 (or 0xDA37C9) is known color: Razzle Dazzle Rose. HEX triplet: DA, 37 and C9. RGB value is (218,55,201). Sum of RGB (Red+Green+Blue) = 218+55+201=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 55 (21.88% from 255 or 11.60% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA37C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA37C9 is #25C836. Grayscale: #777777. Windows color (decimal): -2476087 or 13187034. OLE color: 13187034.

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

Color convert

RGB 218 55 201 -
CMYK 0 0.75 0.08 0.15
HSL 306.26º 0.69% 0.54% -
HSV(B) 306.26º 0.75% 0.85% -
XYZ 40.82 21.85 57.33 -
YUV 120.38 173.5 197.63 -
System Red Green Blue C M Y K H S L
Decimal 218 55 201 0 0.75 0.08 0.15 306.26 0.69 0.54
Hex DA 37 C9 0 4B 8 F 132 45 36
Octal 332 67 311 0 113 10 17 462 105 66
Binary 11011010 110111 11001001 0 1001011 1000 1111 100110010 1000101 110110

Color Harmonies of #DA37C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA37C9

Black with #DA37C9

Text Example


Text Example

White with #DA37C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA37C9; }

 p { color: rgb(218,55,201); }

 H1.HeaderClassName
 {
   color: #DA37C9;
 }
 .AnyTagClassName
 {
   color: #DA37C9;
 }
</style>

background-color css

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

 a { background-color: rgb(218,55,201); }

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

border-color css

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

 span { border-color: rgb(218,55,201); }

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