Html Css Color HEX #DF29AC Persian Rose

📋 copy color: '#DF29AC'

red 223 ◦ green 41 ◦ blue 172

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

Shades of Persian Rose #DF29AC

Tints of Persian Rose #DF29AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.45%

R = 51.15%
G = 9.4%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF29AC (or 0xDF29AC) is known color: Persian Rose. HEX triplet: DF, 29 and AC. RGB value is (223,41,172). Sum of RGB (Red+Green+Blue) = 223+41+172=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF29AC is #20D653. Grayscale: #6E6E6E. Windows color (decimal): -2152020 or 11282911. OLE color: 11282911.

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

Color convert

RGB 223 41 172 -
CMYK 0 0.82 0.23 0.13
HSL 316.81º 0.74% 0.52% -
HSV(B) 316.81º 0.82% 0.87% -
XYZ 38.67 20.25 40.9 -
YUV 110.35 162.8 208.35 -
System Red Green Blue C M Y K H S L
Decimal 223 41 172 0 0.82 0.23 0.13 316.81 0.74 0.52
Hex DF 29 AC 0 52 17 D 13D 4A 34
Octal 337 51 254 0 122 27 15 475 112 64
Binary 11011111 101001 10101100 0 1010010 10111 1101 100111101 1001010 110100

Color Harmonies of #DF29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF29AC

Black with #DF29AC

Text Example


Text Example

White with #DF29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF29AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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