Html Css Color HEX #DE28A9 Persian Rose

📋 copy color: '#DE28A9'

red 222 ◦ green 40 ◦ blue 169

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

Shades of Persian Rose #DE28A9

Tints of Persian Rose #DE28A9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.28%

 BLUE value IS 169 (66.41% from 255) = 39.21%

R = 51.51%
G = 9.28%
B = 39.21%

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

#DE28A9 (or 0xDE28A9) is known color: Persian Rose. HEX triplet: DE, 28 and A9. RGB value is (222,40,169). Sum of RGB (Red+Green+Blue) = 222+40+169=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE28A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE28A9 is #21D756. Grayscale: #6C6C6C. Windows color (decimal): -2217815 or 11086046. OLE color: 11086046.

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

Color convert

RGB 222 40 169 -
CMYK 0 0.82 0.24 0.13
HSL 317.47º 0.73% 0.51% -
HSV(B) 317.47º 0.82% 0.87% -
XYZ 38.04 19.91 39.37 -
YUV 109.12 161.8 208.51 -
System Red Green Blue C M Y K H S L
Decimal 222 40 169 0 0.82 0.24 0.13 317.47 0.73 0.51
Hex DE 28 A9 0 52 18 D 13D 49 33
Octal 336 50 251 0 122 30 15 475 111 63
Binary 11011110 101000 10101001 0 1010010 11000 1101 100111101 1001001 110011

Color Harmonies of #DE28A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE28A9

Black with #DE28A9

Text Example


Text Example

White with #DE28A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE28A9; }

 p { color: rgb(222,40,169); }

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

background-color css

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

 a { background-color: rgb(222,40,169); }

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

border-color css

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

 span { border-color: rgb(222,40,169); }

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