Html Css Color HEX #DC3D6E Cerise

📋 copy color: '#DC3D6E'

red 220 ◦ green 61 ◦ blue 110

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

Shades of Cerise #DC3D6E

Tints of Cerise #DC3D6E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.6%

 BLUE value IS 110 (43.36% from 255) = 28.13%

R = 56.27%
G = 15.6%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC3D6E (or 0xDC3D6E) is known color: Cerise. HEX triplet: DC, 3D and 6E. RGB value is (220,61,110). Sum of RGB (Red+Green+Blue) = 220+61+110=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D6E is #23C291. Grayscale: #727272. Windows color (decimal): -2343570 or 7224796. OLE color: 7224796.

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

Color convert

RGB 220 61 110 -
CMYK 0 0.72 0.50 0.14
HSL 341.51º 0.69% 0.55% -
HSV(B) 341.51º 0.72% 0.86% -
XYZ 34 19.68 16.76 -
YUV 114.13 125.68 203.52 -
System Red Green Blue C M Y K H S L
Decimal 220 61 110 0 0.72 0.50 0.14 341.51 0.69 0.55
Hex DC 3D 6E 0 48 32 E 156 45 37
Octal 334 75 156 0 110 62 16 526 105 67
Binary 11011100 111101 1101110 0 1001000 110010 1110 101010110 1000101 110111

Color Harmonies of #DC3D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D6E

Black with #DC3D6E

Text Example


Text Example

White with #DC3D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D6E; }

 p { color: rgb(220,61,110); }

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

background-color css

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

 a { background-color: rgb(220,61,110); }

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

border-color css

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

 span { border-color: rgb(220,61,110); }

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