Html Css Color HEX #DE29A6 Persian Rose

📋 copy color: '#DE29A6'

red 222 ◦ green 41 ◦ blue 166

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

Shades of Persian Rose #DE29A6

Tints of Persian Rose #DE29A6

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.56%

 BLUE value IS 166 (65.23% from 255) = 38.69%

R = 51.75%
G = 9.56%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DE29A6 (or 0xDE29A6) is known color: Persian Rose. HEX triplet: DE, 29 and A6. RGB value is (222,41,166). Sum of RGB (Red+Green+Blue) = 222+41+166=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE29A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE29A6 is #21D659. Grayscale: #6D6D6D. Windows color (decimal): -2217562 or 10889694. OLE color: 10889694.

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

Color convert

RGB 222 41 166 -
CMYK 0 0.82 0.25 0.13
HSL 318.56º 0.73% 0.52% -
HSV(B) 318.56º 0.82% 0.87% -
XYZ 37.8 19.87 37.92 -
YUV 109.37 159.97 208.34 -
System Red Green Blue C M Y K H S L
Decimal 222 41 166 0 0.82 0.25 0.13 318.56 0.73 0.52
Hex DE 29 A6 0 52 19 D 13F 49 34
Octal 336 51 246 0 122 31 15 477 111 64
Binary 11011110 101001 10100110 0 1010010 11001 1101 100111111 1001001 110100

Color Harmonies of #DE29A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE29A6

Black with #DE29A6

Text Example


Text Example

White with #DE29A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE29A6; }

 p { color: rgb(222,41,166); }

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

background-color css

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

 a { background-color: rgb(222,41,166); }

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

border-color css

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

 span { border-color: rgb(222,41,166); }

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