Html Css Color HEX #DF29A6 Persian Rose

📋 copy color: '#DF29A6'

red 223 ◦ green 41 ◦ blue 166

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

Shades of Persian Rose #DF29A6

Tints of Persian Rose #DF29A6

RGB

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

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

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

R = 51.86%
G = 9.53%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF29A6 (or 0xDF29A6) is known color: Persian Rose. HEX triplet: DF, 29 and A6. RGB value is (223,41,166). Sum of RGB (Red+Green+Blue) = 223+41+166=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF29A6 is #20D659. Grayscale: #6D6D6D. Windows color (decimal): -2152026 or 10889695. OLE color: 10889695.

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

Color convert

RGB 223 41 166 -
CMYK 0 0.82 0.26 0.13
HSL 318.79º 0.74% 0.52% -
HSV(B) 318.79º 0.82% 0.87% -
XYZ 38.11 20.03 37.93 -
YUV 109.67 159.8 208.84 -
System Red Green Blue C M Y K H S L
Decimal 223 41 166 0 0.82 0.26 0.13 318.79 0.74 0.52
Hex DF 29 A6 0 52 1A D 13F 4A 34
Octal 337 51 246 0 122 32 15 477 112 64
Binary 11011111 101001 10100110 0 1010010 11010 1101 100111111 1001010 110100

Color Harmonies of #DF29A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF29A6

Black with #DF29A6

Text Example


Text Example

White with #DF29A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF29A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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