Html Css Color HEX #DC3367 Cerise

📋 copy color: '#DC3367'

red 220 ◦ green 51 ◦ blue 103

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

Shades of Cerise #DC3367

Tints of Cerise #DC3367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.54%

R = 58.82%
G = 13.64%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC3367 (or 0xDC3367) is known color: Cerise. HEX triplet: DC, 33 and 67. RGB value is (220,51,103). Sum of RGB (Red+Green+Blue) = 220+51+103=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3367 is #23CC98. Grayscale: #6B6B6B. Windows color (decimal): -2346137 or 6763484. OLE color: 6763484.

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

Color convert

RGB 220 51 103 -
CMYK 0 0.77 0.53 0.14
HSL 341.54º 0.71% 0.53% -
HSV(B) 341.54º 0.77% 0.86% -
XYZ 33.15 18.56 14.67 -
YUV 107.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 220 51 103 0 0.77 0.53 0.14 341.54 0.71 0.53
Hex DC 33 67 0 4D 35 E 156 47 35
Octal 334 63 147 0 115 65 16 526 107 65
Binary 11011100 110011 1100111 0 1001101 110101 1110 101010110 1000111 110101

Color Harmonies of #DC3367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3367

Black with #DC3367

Text Example


Text Example

White with #DC3367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3367; }

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

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

background-color css

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

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

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

border-color css

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

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

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