Html Css Color HEX #DF2DAD Persian Rose

📋 copy color: '#DF2DAD'

red 223 ◦ green 45 ◦ blue 173

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

Shades of Persian Rose #DF2DAD

Tints of Persian Rose #DF2DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.23%

R = 50.57%
G = 10.2%
B = 39.23%

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

#DF2DAD (or 0xDF2DAD) is known color: Persian Rose. HEX triplet: DF, 2D and AD. RGB value is (223,45,173). Sum of RGB (Red+Green+Blue) = 223+45+173=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2DAD is #20D252. Grayscale: #707070. Windows color (decimal): -2150995 or 11349471. OLE color: 11349471.

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

Color convert

RGB 223 45 173 -
CMYK 0 0.80 0.22 0.13
HSL 316.85º 0.74% 0.53% -
HSV(B) 316.85º 0.8% 0.87% -
XYZ 38.91 20.58 41.46 -
YUV 112.81 161.97 206.59 -
System Red Green Blue C M Y K H S L
Decimal 223 45 173 0 0.80 0.22 0.13 316.85 0.74 0.53
Hex DF 2D AD 0 50 16 D 13D 4A 35
Octal 337 55 255 0 120 26 15 475 112 65
Binary 11011111 101101 10101101 0 1010000 10110 1101 100111101 1001010 110101

Color Harmonies of #DF2DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2DAD

Black with #DF2DAD

Text Example


Text Example

White with #DF2DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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