Html Css Color HEX #DC3E66 Cerise

📋 copy color: '#DC3E66'

red 220 ◦ green 62 ◦ blue 102

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

Shades of Cerise #DC3E66

Tints of Cerise #DC3E66

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.15%

 BLUE value IS 102 (40.23% from 255) = 26.56%

R = 57.29%
G = 16.15%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC3E66 (or 0xDC3E66) is known color: Cerise. HEX triplet: DC, 3E and 66. RGB value is (220,62,102). Sum of RGB (Red+Green+Blue) = 220+62+102=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3E66 is #23C199. Grayscale: #717171. Windows color (decimal): -2343322 or 6700764. OLE color: 6700764.

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

Color convert

RGB 220 62 102 -
CMYK 0 0.72 0.54 0.14
HSL 344.81º 0.69% 0.55% -
HSV(B) 344.81º 0.72% 0.86% -
XYZ 33.64 19.62 14.58 -
YUV 113.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 220 62 102 0 0.72 0.54 0.14 344.81 0.69 0.55
Hex DC 3E 66 0 48 36 E 159 45 37
Octal 334 76 146 0 110 66 16 531 105 67
Binary 11011100 111110 1100110 0 1001000 110110 1110 101011001 1000101 110111

Color Harmonies of #DC3E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E66

Black with #DC3E66

Text Example


Text Example

White with #DC3E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E66; }

 p { color: rgb(220,62,102); }

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

background-color css

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

 a { background-color: rgb(220,62,102); }

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

border-color css

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

 span { border-color: rgb(220,62,102); }

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