Html Css Color HEX #DF32AC Persian Rose

📋 copy color: '#DF32AC'

red 223 ◦ green 50 ◦ blue 172

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

Shades of Persian Rose #DF32AC

Tints of Persian Rose #DF32AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.24%

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

R = 50.11%
G = 11.24%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF32AC (or 0xDF32AC) is known color: Persian Rose. HEX triplet: DF, 32 and AC. RGB value is (223,50,172). Sum of RGB (Red+Green+Blue) = 223+50+172=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF32AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF32AC is #20CD53. Grayscale: #737373. Windows color (decimal): -2149716 or 11285215. OLE color: 11285215.

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

Color convert

RGB 223 50 172 -
CMYK 0 0.78 0.23 0.13
HSL 317.69º 0.73% 0.54% -
HSV(B) 317.69º 0.78% 0.87% -
XYZ 39.02 20.95 41.02 -
YUV 115.64 159.81 204.58 -
System Red Green Blue C M Y K H S L
Decimal 223 50 172 0 0.78 0.23 0.13 317.69 0.73 0.54
Hex DF 32 AC 0 4E 17 D 13E 49 36
Octal 337 62 254 0 116 27 15 476 111 66
Binary 11011111 110010 10101100 0 1001110 10111 1101 100111110 1001001 110110

Color Harmonies of #DF32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF32AC

Black with #DF32AC

Text Example


Text Example

White with #DF32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF32AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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