Html Css Color HEX #DF2DAF Persian Rose

📋 copy color: '#DF2DAF'

red 223 ◦ green 45 ◦ blue 175

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

Shades of Persian Rose #DF2DAF

Tints of Persian Rose #DF2DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.16%

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

R = 50.34%
G = 10.16%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF2DAF (or 0xDF2DAF) is known color: Persian Rose. HEX triplet: DF, 2D and AF. RGB value is (223,45,175). Sum of RGB (Red+Green+Blue) = 223+45+175=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2DAF is #20D250. Grayscale: #707070. Windows color (decimal): -2150993 or 11480543. OLE color: 11480543.

HSL color Cylindrical-coordinate representation of color #DF2DAF: hue angle of 316.18º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2DAF is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 45 175 -
CMYK 0 0.80 0.22 0.13
HSL 316.18º 0.74% 0.53% -
HSV(B) 316.18º 0.8% 0.87% -
XYZ 39.11 20.66 42.48 -
YUV 113.04 162.97 206.43 -
System Red Green Blue C M Y K H S L
Decimal 223 45 175 0 0.80 0.22 0.13 316.18 0.74 0.53
Hex DF 2D AF 0 50 16 D 13C 4A 35
Octal 337 55 257 0 120 26 15 474 112 65
Binary 11011111 101101 10101111 0 1010000 10110 1101 100111100 1001010 110101

Color Harmonies of #DF2DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2DAF

Black with #DF2DAF

Text Example


Text Example

White with #DF2DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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