Html Css Color HEX #DE37AB Persian Rose

📋 copy color: '#DE37AB'

red 222 ◦ green 55 ◦ blue 171

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

Shades of Persian Rose #DE37AB

Tints of Persian Rose #DE37AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.17%

R = 49.55%
G = 12.28%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE37AB (or 0xDE37AB) is known color: Persian Rose. HEX triplet: DE, 37 and AB. RGB value is (222,55,171). Sum of RGB (Red+Green+Blue) = 222+55+171=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE37AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE37AB is #21C854. Grayscale: #757575. Windows color (decimal): -2213973 or 11220958. OLE color: 11220958.

HSL color Cylindrical-coordinate representation of color #DE37AB: hue angle of 318.32º 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 #DE37AB is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 55 171 -
CMYK 0 0.75 0.23 0.13
HSL 318.32º 0.72% 0.54% -
HSV(B) 318.32º 0.75% 0.87% -
XYZ 38.84 21.2 40.57 -
YUV 118.16 157.83 202.07 -
System Red Green Blue C M Y K H S L
Decimal 222 55 171 0 0.75 0.23 0.13 318.32 0.72 0.54
Hex DE 37 AB 0 4B 17 D 13E 48 36
Octal 336 67 253 0 113 27 15 476 110 66
Binary 11011110 110111 10101011 0 1001011 10111 1101 100111110 1001000 110110

Color Harmonies of #DE37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE37AB

Black with #DE37AB

Text Example


Text Example

White with #DE37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE37AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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