Html Css Color HEX #DC3F91 Deep Cerise

📋 copy color: '#DC3F91'

red 220 ◦ green 63 ◦ blue 145

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

Shades of Deep Cerise #DC3F91

Tints of Deep Cerise #DC3F91

RGB

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

 GREEN value IS 63 (25% from 255) = 14.72%

 BLUE value IS 145 (57.03% from 255) = 33.88%

R = 51.4%
G = 14.72%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC3F91 (or 0xDC3F91) is known color: Deep Cerise. HEX triplet: DC, 3F and 91. RGB value is (220,63,145). Sum of RGB (Red+Green+Blue) = 220+63+145=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F91 is #23C06E. Grayscale: #777777. Windows color (decimal): -2343023 or 9519068. OLE color: 9519068.

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

Color convert

RGB 220 63 145 -
CMYK 0 0.71 0.34 0.14
HSL 328.66º 0.69% 0.55% -
HSV(B) 328.66º 0.71% 0.86% -
XYZ 36.4 20.81 28.89 -
YUV 119.29 142.51 199.83 -
System Red Green Blue C M Y K H S L
Decimal 220 63 145 0 0.71 0.34 0.14 328.66 0.69 0.55
Hex DC 3F 91 0 47 22 E 149 45 37
Octal 334 77 221 0 107 42 16 511 105 67
Binary 11011100 111111 10010001 0 1000111 100010 1110 101001001 1000101 110111

Color Harmonies of #DC3F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F91

Black with #DC3F91

Text Example


Text Example

White with #DC3F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F91; }

 p { color: rgb(220,63,145); }

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

background-color css

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

 a { background-color: rgb(220,63,145); }

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

border-color css

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

 span { border-color: rgb(220,63,145); }

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