Html Css Color HEX #DC3162 Cerise

📋 copy color: '#DC3162'

red 220 ◦ green 49 ◦ blue 98

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

Shades of Cerise #DC3162

Tints of Cerise #DC3162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.35%

 BLUE value IS 98 (38.67% from 255) = 26.7%

R = 59.95%
G = 13.35%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC3162 (or 0xDC3162) is known color: Cerise. HEX triplet: DC, 31 and 62. RGB value is (220,49,98). Sum of RGB (Red+Green+Blue) = 220+49+98=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3162 is #23CE9D. Grayscale: #696969. Windows color (decimal): -2346654 or 6435292. OLE color: 6435292.

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

Color convert

RGB 220 49 98 -
CMYK 0 0.78 0.55 0.14
HSL 342.81º 0.71% 0.53% -
HSV(B) 342.81º 0.78% 0.86% -
XYZ 32.82 18.29 13.36 -
YUV 105.72 123.65 209.52 -
System Red Green Blue C M Y K H S L
Decimal 220 49 98 0 0.78 0.55 0.14 342.81 0.71 0.53
Hex DC 31 62 0 4E 37 E 157 47 35
Octal 334 61 142 0 116 67 16 527 107 65
Binary 11011100 110001 1100010 0 1001110 110111 1110 101010111 1000111 110101

Color Harmonies of #DC3162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3162

Black with #DC3162

Text Example


Text Example

White with #DC3162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3162; }

 p { color: rgb(220,49,98); }

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

background-color css

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

 a { background-color: rgb(220,49,98); }

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

border-color css

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

 span { border-color: rgb(220,49,98); }

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