Html Css Color HEX #DC3DAE Persian Rose

📋 copy color: '#DC3DAE'

red 220 ◦ green 61 ◦ blue 174

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

Shades of Persian Rose #DC3DAE

Tints of Persian Rose #DC3DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.41%

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

R = 48.35%
G = 13.41%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC3DAE (or 0xDC3DAE) is known color: Persian Rose. HEX triplet: DC, 3D and AE. RGB value is (220,61,174). Sum of RGB (Red+Green+Blue) = 220+61+174=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3DAE is #23C251. Grayscale: #797979. Windows color (decimal): -2343506 or 11419100. OLE color: 11419100.

HSL color Cylindrical-coordinate representation of color #DC3DAE: hue angle of 317.36º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3DAE is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 61 174 -
CMYK 0 0.72 0.21 0.14
HSL 317.36º 0.69% 0.55% -
HSV(B) 317.36º 0.72% 0.86% -
XYZ 38.82 21.61 42.17 -
YUV 121.42 157.68 198.31 -
System Red Green Blue C M Y K H S L
Decimal 220 61 174 0 0.72 0.21 0.14 317.36 0.69 0.55
Hex DC 3D AE 0 48 15 E 13D 45 37
Octal 334 75 256 0 110 25 16 475 105 67
Binary 11011100 111101 10101110 0 1001000 10101 1110 100111101 1000101 110111

Color Harmonies of #DC3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3DAE

Black with #DC3DAE

Text Example


Text Example

White with #DC3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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