Html Css Color HEX #DC3DAC Deep Cerise

📋 copy color: '#DC3DAC'

red 220 ◦ green 61 ◦ blue 172

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

Shades of Deep Cerise #DC3DAC

Tints of Deep Cerise #DC3DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.97%

R = 48.57%
G = 13.47%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC3DAC (or 0xDC3DAC) is known color: Deep Cerise. HEX triplet: DC, 3D and AC. RGB value is (220,61,172). Sum of RGB (Red+Green+Blue) = 220+61+172=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3DAC is #23C253. Grayscale: #787878. Windows color (decimal): -2343508 or 11288028. OLE color: 11288028.

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

Color convert

RGB 220 61 172 -
CMYK 0 0.72 0.22 0.14
HSL 318.11º 0.69% 0.55% -
HSV(B) 318.11º 0.72% 0.86% -
XYZ 38.63 21.53 41.15 -
YUV 121.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 220 61 172 0 0.72 0.22 0.14 318.11 0.69 0.55
Hex DC 3D AC 0 48 16 E 13E 45 37
Octal 334 75 254 0 110 26 16 476 105 67
Binary 11011100 111101 10101100 0 1001000 10110 1110 100111110 1000101 110111

Color Harmonies of #DC3DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3DAC

Black with #DC3DAC

Text Example


Text Example

White with #DC3DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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