Html Css Color HEX #DC3D6C Cerise

📋 copy color: '#DC3D6C'

red 220 ◦ green 61 ◦ blue 108

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

Shades of Cerise #DC3D6C

Tints of Cerise #DC3D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.76%

R = 56.56%
G = 15.68%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC3D6C (or 0xDC3D6C) is known color: Cerise. HEX triplet: DC, 3D and 6C. RGB value is (220,61,108). Sum of RGB (Red+Green+Blue) = 220+61+108=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D6C is #23C293. Grayscale: #717171. Windows color (decimal): -2343572 or 7093724. OLE color: 7093724.

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

Color convert

RGB 220 61 108 -
CMYK 0 0.72 0.51 0.14
HSL 342.26º 0.69% 0.55% -
HSV(B) 342.26º 0.72% 0.86% -
XYZ 33.89 19.64 16.19 -
YUV 113.9 124.68 203.68 -
System Red Green Blue C M Y K H S L
Decimal 220 61 108 0 0.72 0.51 0.14 342.26 0.69 0.55
Hex DC 3D 6C 0 48 33 E 156 45 37
Octal 334 75 154 0 110 63 16 526 105 67
Binary 11011100 111101 1101100 0 1001000 110011 1110 101010110 1000101 110111

Color Harmonies of #DC3D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D6C

Black with #DC3D6C

Text Example


Text Example

White with #DC3D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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