Html Css Color HEX #DC37AB Persian Rose

📋 copy color: '#DC37AB'

red 220 ◦ green 55 ◦ blue 171

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

Shades of Persian Rose #DC37AB

Tints of Persian Rose #DC37AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.34%

R = 49.33%
G = 12.33%
B = 38.34%

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

#DC37AB (or 0xDC37AB) is known color: Persian Rose. HEX triplet: DC, 37 and AB. RGB value is (220,55,171). Sum of RGB (Red+Green+Blue) = 220+55+171=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC37AB is #23C854. Grayscale: #757575. Windows color (decimal): -2345045 or 11220956. OLE color: 11220956.

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

Color convert

RGB 220 55 171 -
CMYK 0 0.75 0.22 0.14
HSL 317.82º 0.7% 0.54% -
HSV(B) 317.82º 0.75% 0.86% -
XYZ 38.23 20.89 40.54 -
YUV 117.56 158.16 201.07 -
System Red Green Blue C M Y K H S L
Decimal 220 55 171 0 0.75 0.22 0.14 317.82 0.7 0.54
Hex DC 37 AB 0 4B 16 E 13E 46 36
Octal 334 67 253 0 113 26 16 476 106 66
Binary 11011100 110111 10101011 0 1001011 10110 1110 100111110 1000110 110110

Color Harmonies of #DC37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC37AB

Black with #DC37AB

Text Example


Text Example

White with #DC37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC37AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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