Html Css Color HEX #DC2DAE Persian Rose

📋 copy color: '#DC2DAE'

red 220 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #DC2DAE

Tints of Persian Rose #DC2DAE

RGB

 RED value IS 220 (86.33% from 255) = 50.11%

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

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

R = 50.11%
G = 10.25%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC2DAE (or 0xDC2DAE) is known color: Persian Rose. HEX triplet: DC, 2D and AE. RGB value is (220,45,174). Sum of RGB (Red+Green+Blue) = 220+45+174=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2DAE is #23D251. Grayscale: #6F6F6F. Windows color (decimal): -2347602 or 11415004. OLE color: 11415004.

HSL color Cylindrical-coordinate representation of color #DC2DAE: hue angle of 315.77º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2DAE is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 45 174 -
CMYK 0 0.80 0.21 0.14
HSL 315.77º 0.71% 0.52% -
HSV(B) 315.77º 0.8% 0.86% -
XYZ 38.09 20.15 41.93 -
YUV 112.03 162.98 205.01 -
System Red Green Blue C M Y K H S L
Decimal 220 45 174 0 0.80 0.21 0.14 315.77 0.71 0.52
Hex DC 2D AE 0 50 15 E 13C 47 34
Octal 334 55 256 0 120 25 16 474 107 64
Binary 11011100 101101 10101110 0 1010000 10101 1110 100111100 1000111 110100

Color Harmonies of #DC2DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2DAE

Black with #DC2DAE

Text Example


Text Example

White with #DC2DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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