Html Css Color HEX #DE27A8 Persian Rose

📋 copy color: '#DE27A8'

red 222 ◦ green 39 ◦ blue 168

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

Shades of Persian Rose #DE27A8

Tints of Persian Rose #DE27A8

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.09%

 BLUE value IS 168 (66.02% from 255) = 39.16%

R = 51.75%
G = 9.09%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE27A8 (or 0xDE27A8) is known color: Persian Rose. HEX triplet: DE, 27 and A8. RGB value is (222,39,168). Sum of RGB (Red+Green+Blue) = 222+39+168=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE27A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE27A8 is #21D857. Grayscale: #6C6C6C. Windows color (decimal): -2218072 or 11020254. OLE color: 11020254.

HSL color Cylindrical-coordinate representation of color #DE27A8: hue angle of 317.7º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE27A8 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 39 168 -
CMYK 0 0.82 0.24 0.13
HSL 317.7º 0.73% 0.51% -
HSV(B) 317.7º 0.82% 0.87% -
XYZ 37.92 19.81 38.87 -
YUV 108.42 161.63 209.01 -
System Red Green Blue C M Y K H S L
Decimal 222 39 168 0 0.82 0.24 0.13 317.7 0.73 0.51
Hex DE 27 A8 0 52 18 D 13E 49 33
Octal 336 47 250 0 122 30 15 476 111 63
Binary 11011110 100111 10101000 0 1010010 11000 1101 100111110 1001001 110011

Color Harmonies of #DE27A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE27A8

Black with #DE27A8

Text Example


Text Example

White with #DE27A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE27A8; }

 p { color: rgb(222,39,168); }

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

background-color css

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

 a { background-color: rgb(222,39,168); }

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

border-color css

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

 span { border-color: rgb(222,39,168); }

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