Html Css Color HEX #DF32AF Persian Rose

📋 copy color: '#DF32AF'

red 223 ◦ green 50 ◦ blue 175

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

Shades of Persian Rose #DF32AF

Tints of Persian Rose #DF32AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.06%

R = 49.78%
G = 11.16%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF32AF (or 0xDF32AF) is known color: Persian Rose. HEX triplet: DF, 32 and AF. RGB value is (223,50,175). Sum of RGB (Red+Green+Blue) = 223+50+175=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF32AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF32AF is #20CD50. Grayscale: #737373. Windows color (decimal): -2149713 or 11481823. OLE color: 11481823.

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

Color convert

RGB 223 50 175 -
CMYK 0 0.78 0.22 0.13
HSL 316.65º 0.73% 0.54% -
HSV(B) 316.65º 0.78% 0.87% -
XYZ 39.31 21.06 42.55 -
YUV 115.98 161.31 204.34 -
System Red Green Blue C M Y K H S L
Decimal 223 50 175 0 0.78 0.22 0.13 316.65 0.73 0.54
Hex DF 32 AF 0 4E 16 D 13D 49 36
Octal 337 62 257 0 116 26 15 475 111 66
Binary 11011111 110010 10101111 0 1001110 10110 1101 100111101 1001001 110110

Color Harmonies of #DF32AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF32AF

Black with #DF32AF

Text Example


Text Example

White with #DF32AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF32AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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