Html Css Color HEX #DC3362 Cerise

📋 copy color: '#DC3362'

red 220 ◦ green 51 ◦ blue 98

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

Shades of Cerise #DC3362

Tints of Cerise #DC3362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.82%

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

R = 59.62%
G = 13.82%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC3362 (or 0xDC3362) is known color: Cerise. HEX triplet: DC, 33 and 62. RGB value is (220,51,98). Sum of RGB (Red+Green+Blue) = 220+51+98=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3362 is #23CC9D. Grayscale: #6A6A6A. Windows color (decimal): -2346142 or 6435804. OLE color: 6435804.

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

Color convert

RGB 220 51 98 -
CMYK 0 0.77 0.55 0.14
HSL 343.31º 0.71% 0.53% -
HSV(B) 343.31º 0.77% 0.86% -
XYZ 32.9 18.47 13.39 -
YUV 106.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 220 51 98 0 0.77 0.55 0.14 343.31 0.71 0.53
Hex DC 33 62 0 4D 37 E 157 47 35
Octal 334 63 142 0 115 67 16 527 107 65
Binary 11011100 110011 1100010 0 1001101 110111 1110 101010111 1000111 110101

Color Harmonies of #DC3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3362

Black with #DC3362

Text Example


Text Example

White with #DC3362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3362; }

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

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

background-color css

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

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

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

border-color css

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

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

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