Html Css Color HEX #DF29A3 Persian Rose

📋 copy color: '#DF29A3'

red 223 ◦ green 41 ◦ blue 163

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

Shades of Persian Rose #DF29A3

Tints of Persian Rose #DF29A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.17%

R = 52.22%
G = 9.6%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF29A3 (or 0xDF29A3) is known color: Persian Rose. HEX triplet: DF, 29 and A3. RGB value is (223,41,163). Sum of RGB (Red+Green+Blue) = 223+41+163=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF29A3 is #20D65C. Grayscale: #6D6D6D. Windows color (decimal): -2152029 or 10693087. OLE color: 10693087.

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

Color convert

RGB 223 41 163 -
CMYK 0 0.82 0.27 0.13
HSL 319.78º 0.74% 0.52% -
HSV(B) 319.78º 0.82% 0.87% -
XYZ 37.84 19.92 36.5 -
YUV 109.33 158.3 209.08 -
System Red Green Blue C M Y K H S L
Decimal 223 41 163 0 0.82 0.27 0.13 319.78 0.74 0.52
Hex DF 29 A3 0 52 1B D 140 4A 34
Octal 337 51 243 0 122 33 15 500 112 64
Binary 11011111 101001 10100011 0 1010010 11011 1101 101000000 1001010 110100

Color Harmonies of #DF29A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF29A3

Black with #DF29A3

Text Example


Text Example

White with #DF29A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF29A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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