Html Css Color HEX #DE37BA Razzle Dazzle Rose

📋 copy color: '#DE37BA'

red 222 ◦ green 55 ◦ blue 186

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

Shades of Razzle Dazzle Rose #DE37BA

Tints of Razzle Dazzle Rose #DE37BA

RGB

 RED value IS 222 (87.11% from 255) = 47.95%

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

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 47.95%
G = 11.88%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE37BA (or 0xDE37BA) is known color: Razzle Dazzle Rose. HEX triplet: DE, 37 and BA. RGB value is (222,55,186). Sum of RGB (Red+Green+Blue) = 222+55+186=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE37BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE37BA is #21C845. Grayscale: #777777. Windows color (decimal): -2213958 or 12203998. OLE color: 12203998.

HSL color Cylindrical-coordinate representation of color #DE37BA: hue angle of 312.93º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE37BA is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 55 186 -
CMYK 0 0.75 0.16 0.13
HSL 312.93º 0.72% 0.54% -
HSV(B) 312.93º 0.75% 0.87% -
XYZ 40.35 21.81 48.54 -
YUV 119.87 165.33 200.85 -
System Red Green Blue C M Y K H S L
Decimal 222 55 186 0 0.75 0.16 0.13 312.93 0.72 0.54
Hex DE 37 BA 0 4B 10 D 139 48 36
Octal 336 67 272 0 113 20 15 471 110 66
Binary 11011110 110111 10111010 0 1001011 10000 1101 100111001 1001000 110110

Color Harmonies of #DE37BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE37BA

Black with #DE37BA

Text Example


Text Example

White with #DE37BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE37BA; }

 p { color: rgb(222,55,186); }

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

background-color css

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

 a { background-color: rgb(222,55,186); }

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

border-color css

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

 span { border-color: rgb(222,55,186); }

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