Html Css Color HEX #DC37AC Persian Rose

📋 copy color: '#DC37AC'

red 220 ◦ green 55 ◦ blue 172

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

Shades of Persian Rose #DC37AC

Tints of Persian Rose #DC37AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 49.22%
G = 12.3%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC37AC (or 0xDC37AC) is known color: Persian Rose. HEX triplet: DC, 37 and AC. RGB value is (220,55,172). Sum of RGB (Red+Green+Blue) = 220+55+172=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC37AC is #23C853. Grayscale: #757575. Windows color (decimal): -2345044 or 11286492. OLE color: 11286492.

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

Color convert

RGB 220 55 172 -
CMYK 0 0.75 0.22 0.14
HSL 317.45º 0.7% 0.54% -
HSV(B) 317.45º 0.75% 0.86% -
XYZ 38.33 20.93 41.05 -
YUV 117.67 158.66 200.99 -
System Red Green Blue C M Y K H S L
Decimal 220 55 172 0 0.75 0.22 0.14 317.45 0.7 0.54
Hex DC 37 AC 0 4B 16 E 13D 46 36
Octal 334 67 254 0 113 26 16 475 106 66
Binary 11011100 110111 10101100 0 1001011 10110 1110 100111101 1000110 110110

Color Harmonies of #DC37AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC37AC

Black with #DC37AC

Text Example


Text Example

White with #DC37AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC37AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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