Html Css Color HEX #DC3365 Cerise

📋 copy color: '#DC3365'

red 220 ◦ green 51 ◦ blue 101

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

Shades of Cerise #DC3365

Tints of Cerise #DC3365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.15%

R = 59.14%
G = 13.71%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC3365 (or 0xDC3365) is known color: Cerise. HEX triplet: DC, 33 and 65. RGB value is (220,51,101). Sum of RGB (Red+Green+Blue) = 220+51+101=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3365 is #23CC9A. Grayscale: #6B6B6B. Windows color (decimal): -2346139 or 6632412. OLE color: 6632412.

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

Color convert

RGB 220 51 101 -
CMYK 0 0.77 0.54 0.14
HSL 342.25º 0.71% 0.53% -
HSV(B) 342.25º 0.77% 0.86% -
XYZ 33.05 18.52 14.15 -
YUV 107.23 124.49 208.43 -
System Red Green Blue C M Y K H S L
Decimal 220 51 101 0 0.77 0.54 0.14 342.25 0.71 0.53
Hex DC 33 65 0 4D 36 E 156 47 35
Octal 334 63 145 0 115 66 16 526 107 65
Binary 11011100 110011 1100101 0 1001101 110110 1110 101010110 1000111 110101

Color Harmonies of #DC3365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3365

Black with #DC3365

Text Example


Text Example

White with #DC3365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3365; }

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

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

background-color css

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

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

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

border-color css

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

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

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