Html Css Color HEX #DF2DAE Persian Rose

📋 copy color: '#DF2DAE'

red 223 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #DF2DAE

Tints of Persian Rose #DF2DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.37%

R = 50.45%
G = 10.18%
B = 39.37%

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

#DF2DAE (or 0xDF2DAE) is known color: Persian Rose. HEX triplet: DF, 2D and AE. RGB value is (223,45,174). Sum of RGB (Red+Green+Blue) = 223+45+174=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2DAE is #20D251. Grayscale: #707070. Windows color (decimal): -2150994 or 11415007. OLE color: 11415007.

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

Color convert

RGB 223 45 174 -
CMYK 0 0.80 0.22 0.13
HSL 316.52º 0.74% 0.53% -
HSV(B) 316.52º 0.8% 0.87% -
XYZ 39.01 20.62 41.97 -
YUV 112.93 162.47 206.51 -
System Red Green Blue C M Y K H S L
Decimal 223 45 174 0 0.80 0.22 0.13 316.52 0.74 0.53
Hex DF 2D AE 0 50 16 D 13D 4A 35
Octal 337 55 256 0 120 26 15 475 112 65
Binary 11011111 101101 10101110 0 1010000 10110 1101 100111101 1001010 110101

Color Harmonies of #DF2DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2DAE

Black with #DF2DAE

Text Example


Text Example

White with #DF2DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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