Html Css Color HEX #DC37AE Persian Rose

📋 copy color: '#DC37AE'

red 220 ◦ green 55 ◦ blue 174

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

Shades of Persian Rose #DC37AE

Tints of Persian Rose #DC37AE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.25%

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

R = 49%
G = 12.25%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC37AE (or 0xDC37AE) is known color: Persian Rose. HEX triplet: DC, 37 and AE. RGB value is (220,55,174). Sum of RGB (Red+Green+Blue) = 220+55+174=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC37AE is #23C851. Grayscale: #757575. Windows color (decimal): -2345042 or 11417564. OLE color: 11417564.

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

Color convert

RGB 220 55 174 -
CMYK 0 0.75 0.21 0.14
HSL 316.73º 0.7% 0.54% -
HSV(B) 316.73º 0.75% 0.86% -
XYZ 38.52 21 42.07 -
YUV 117.9 159.66 200.82 -
System Red Green Blue C M Y K H S L
Decimal 220 55 174 0 0.75 0.21 0.14 316.73 0.7 0.54
Hex DC 37 AE 0 4B 15 E 13D 46 36
Octal 334 67 256 0 113 25 16 475 106 66
Binary 11011100 110111 10101110 0 1001011 10101 1110 100111101 1000110 110110

Color Harmonies of #DC37AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC37AE

Black with #DC37AE

Text Example


Text Example

White with #DC37AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC37AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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