Html Css Color HEX #DC37B2 Persian Rose

📋 copy color: '#DC37B2'

red 220 ◦ green 55 ◦ blue 178

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

Shades of Persian Rose #DC37B2

Tints of Persian Rose #DC37B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.29%

R = 48.57%
G = 12.14%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC37B2 (or 0xDC37B2) is known color: Persian Rose. HEX triplet: DC, 37 and B2. RGB value is (220,55,178). Sum of RGB (Red+Green+Blue) = 220+55+178=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC37B2 is #23C84D. Grayscale: #767676. Windows color (decimal): -2345038 or 11679708. OLE color: 11679708.

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

Color convert

RGB 220 55 178 -
CMYK 0 0.75 0.19 0.14
HSL 315.27º 0.7% 0.54% -
HSV(B) 315.27º 0.75% 0.86% -
XYZ 38.92 21.16 44.15 -
YUV 118.36 161.66 200.5 -
System Red Green Blue C M Y K H S L
Decimal 220 55 178 0 0.75 0.19 0.14 315.27 0.7 0.54
Hex DC 37 B2 0 4B 13 E 13B 46 36
Octal 334 67 262 0 113 23 16 473 106 66
Binary 11011100 110111 10110010 0 1001011 10011 1110 100111011 1000110 110110

Color Harmonies of #DC37B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC37B2

Black with #DC37B2

Text Example


Text Example

White with #DC37B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC37B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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