Html Css Color HEX #DC3998 Deep Cerise

📋 copy color: '#DC3998'

red 220 ◦ green 57 ◦ blue 152

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

Shades of Deep Cerise #DC3998

Tints of Deep Cerise #DC3998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.29%

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 51.28%
G = 13.29%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC3998 (or 0xDC3998) is known color: Deep Cerise. HEX triplet: DC, 39 and 98. RGB value is (220,57,152). Sum of RGB (Red+Green+Blue) = 220+57+152=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3998 is #23C667. Grayscale: #747474. Windows color (decimal): -2344552 or 9976284. OLE color: 9976284.

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

Color convert

RGB 220 57 152 -
CMYK 0 0.74 0.31 0.14
HSL 325.03º 0.7% 0.54% -
HSV(B) 325.03º 0.74% 0.86% -
XYZ 36.65 20.41 31.71 -
YUV 116.57 148 201.78 -
System Red Green Blue C M Y K H S L
Decimal 220 57 152 0 0.74 0.31 0.14 325.03 0.7 0.54
Hex DC 39 98 0 4A 1F E 145 46 36
Octal 334 71 230 0 112 37 16 505 106 66
Binary 11011100 111001 10011000 0 1001010 11111 1110 101000101 1000110 110110

Color Harmonies of #DC3998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3998

Black with #DC3998

Text Example


Text Example

White with #DC3998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3998; }

 p { color: rgb(220,57,152); }

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

background-color css

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

 a { background-color: rgb(220,57,152); }

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

border-color css

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

 span { border-color: rgb(220,57,152); }

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