Html Css Color HEX #DC327D Deep Cerise

📋 copy color: '#DC327D'

red 220 ◦ green 50 ◦ blue 125

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

Shades of Deep Cerise #DC327D

Tints of Deep Cerise #DC327D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.66%

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 55.7%
G = 12.66%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC327D (or 0xDC327D) is known color: Deep Cerise. HEX triplet: DC, 32 and 7D. RGB value is (220,50,125). Sum of RGB (Red+Green+Blue) = 220+50+125=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC327D is #23CD82. Grayscale: #6D6D6D. Windows color (decimal): -2346371 or 8205020. OLE color: 8205020.

HSL color Cylindrical-coordinate representation of color #DC327D: hue angle of 333.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC327D is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 50 125 -
CMYK 0 0.77 0.43 0.14
HSL 333.53º 0.71% 0.53% -
HSV(B) 333.53º 0.77% 0.86% -
XYZ 34.36 18.98 21.25 -
YUV 109.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 220 50 125 0 0.77 0.43 0.14 333.53 0.71 0.53
Hex DC 32 7D 0 4D 2B E 14E 47 35
Octal 334 62 175 0 115 53 16 516 107 65
Binary 11011100 110010 1111101 0 1001101 101011 1110 101001110 1000111 110101

Color Harmonies of #DC327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC327D

Black with #DC327D

Text Example


Text Example

White with #DC327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC327D; }

 p { color: rgb(220,50,125); }

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

background-color css

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

 a { background-color: rgb(220,50,125); }

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

border-color css

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

 span { border-color: rgb(220,50,125); }

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