Html Css Color HEX #DC336D Cerise

📋 copy color: '#DC336D'

red 220 ◦ green 51 ◦ blue 109

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

Shades of Cerise #DC336D

Tints of Cerise #DC336D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.68%

R = 57.89%
G = 13.42%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC336D (or 0xDC336D) is known color: Cerise. HEX triplet: DC, 33 and 6D. RGB value is (220,51,109). Sum of RGB (Red+Green+Blue) = 220+51+109=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC336D is #23CC92. Grayscale: #6C6C6C. Windows color (decimal): -2346131 or 7156700. OLE color: 7156700.

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

Color convert

RGB 220 51 109 -
CMYK 0 0.77 0.50 0.14
HSL 339.41º 0.71% 0.53% -
HSV(B) 339.41º 0.77% 0.86% -
XYZ 33.46 18.69 16.31 -
YUV 108.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 220 51 109 0 0.77 0.50 0.14 339.41 0.71 0.53
Hex DC 33 6D 0 4D 32 E 153 47 35
Octal 334 63 155 0 115 62 16 523 107 65
Binary 11011100 110011 1101101 0 1001101 110010 1110 101010011 1000111 110101

Color Harmonies of #DC336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC336D

Black with #DC336D

Text Example


Text Example

White with #DC336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC336D; }

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

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

background-color css

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

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

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

border-color css

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

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

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