Html Css Color HEX #DF29A9 Persian Rose

📋 copy color: '#DF29A9'

red 223 ◦ green 41 ◦ blue 169

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

Shades of Persian Rose #DF29A9

Tints of Persian Rose #DF29A9

RGB

 RED value IS 223 (87.5% from 255) = 51.5%

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

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

R = 51.5%
G = 9.47%
B = 39.03%

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

#DF29A9 (or 0xDF29A9) is known color: Persian Rose. HEX triplet: DF, 29 and A9. RGB value is (223,41,169). Sum of RGB (Red+Green+Blue) = 223+41+169=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF29A9 is #20D656. Grayscale: #6D6D6D. Windows color (decimal): -2152023 or 11086303. OLE color: 11086303.

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

Color convert

RGB 223 41 169 -
CMYK 0 0.82 0.24 0.13
HSL 317.8º 0.74% 0.52% -
HSV(B) 317.8º 0.82% 0.87% -
XYZ 38.39 20.14 39.4 -
YUV 110.01 161.3 208.59 -
System Red Green Blue C M Y K H S L
Decimal 223 41 169 0 0.82 0.24 0.13 317.8 0.74 0.52
Hex DF 29 A9 0 52 18 D 13E 4A 34
Octal 337 51 251 0 122 30 15 476 112 64
Binary 11011111 101001 10101001 0 1010010 11000 1101 100111110 1001010 110100

Color Harmonies of #DF29A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF29A9

Black with #DF29A9

Text Example


Text Example

White with #DF29A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF29A9; }

 p { color: rgb(223,41,169); }

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

background-color css

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

 a { background-color: rgb(223,41,169); }

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

border-color css

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

 span { border-color: rgb(223,41,169); }

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