Html Css Color HEX #DC3D86 Deep Cerise

📋 copy color: '#DC3D86'

red 220 ◦ green 61 ◦ blue 134

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

Shades of Deep Cerise #DC3D86

Tints of Deep Cerise #DC3D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.29%

R = 53.01%
G = 14.7%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC3D86 (or 0xDC3D86) is known color: Deep Cerise. HEX triplet: DC, 3D and 86. RGB value is (220,61,134). Sum of RGB (Red+Green+Blue) = 220+61+134=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3D86 is #23C279. Grayscale: #747474. Windows color (decimal): -2343546 or 8797660. OLE color: 8797660.

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

Color convert

RGB 220 61 134 -
CMYK 0 0.72 0.39 0.14
HSL 332.45º 0.69% 0.55% -
HSV(B) 332.45º 0.72% 0.86% -
XYZ 35.49 20.27 24.6 -
YUV 116.86 137.68 201.56 -
System Red Green Blue C M Y K H S L
Decimal 220 61 134 0 0.72 0.39 0.14 332.45 0.69 0.55
Hex DC 3D 86 0 48 27 E 14C 45 37
Octal 334 75 206 0 110 47 16 514 105 67
Binary 11011100 111101 10000110 0 1001000 100111 1110 101001100 1000101 110111

Color Harmonies of #DC3D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D86

Black with #DC3D86

Text Example


Text Example

White with #DC3D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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