Html Css Color HEX #DC3D9C Deep Cerise

📋 copy color: '#DC3D9C'

red 220 ◦ green 61 ◦ blue 156

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

Shades of Deep Cerise #DC3D9C

Tints of Deep Cerise #DC3D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.7%

R = 50.34%
G = 13.96%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC3D9C (or 0xDC3D9C) is known color: Deep Cerise. HEX triplet: DC, 3D and 9C. RGB value is (220,61,156). Sum of RGB (Red+Green+Blue) = 220+61+156=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3D9C is #23C263. Grayscale: #777777. Windows color (decimal): -2343524 or 10239452. OLE color: 10239452.

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

Color convert

RGB 220 61 156 -
CMYK 0 0.72 0.29 0.14
HSL 324.15º 0.69% 0.55% -
HSV(B) 324.15º 0.72% 0.86% -
XYZ 37.18 20.95 33.54 -
YUV 119.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 220 61 156 0 0.72 0.29 0.14 324.15 0.69 0.55
Hex DC 3D 9C 0 48 1D E 144 45 37
Octal 334 75 234 0 110 35 16 504 105 67
Binary 11011100 111101 10011100 0 1001000 11101 1110 101000100 1000101 110111

Color Harmonies of #DC3D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D9C

Black with #DC3D9C

Text Example


Text Example

White with #DC3D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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