Html Css Color HEX #DE33A9 Persian Rose

📋 copy color: '#DE33A9'

red 222 ◦ green 51 ◦ blue 169

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

Shades of Persian Rose #DE33A9

Tints of Persian Rose #DE33A9

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.54%

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

R = 50.23%
G = 11.54%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE33A9 (or 0xDE33A9) is known color: Persian Rose. HEX triplet: DE, 33 and A9. RGB value is (222,51,169). Sum of RGB (Red+Green+Blue) = 222+51+169=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE33A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE33A9 is #21CC56. Grayscale: #737373. Windows color (decimal): -2214999 or 11088862. OLE color: 11088862.

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

Color convert

RGB 222 51 169 -
CMYK 0 0.77 0.24 0.13
HSL 318.6º 0.72% 0.54% -
HSV(B) 318.6º 0.77% 0.87% -
XYZ 38.47 20.76 39.52 -
YUV 115.58 158.15 203.91 -
System Red Green Blue C M Y K H S L
Decimal 222 51 169 0 0.77 0.24 0.13 318.6 0.72 0.54
Hex DE 33 A9 0 4D 18 D 13F 48 36
Octal 336 63 251 0 115 30 15 477 110 66
Binary 11011110 110011 10101001 0 1001101 11000 1101 100111111 1001000 110110

Color Harmonies of #DE33A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE33A9

Black with #DE33A9

Text Example


Text Example

White with #DE33A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE33A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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