Html Css Color HEX #DC369D Deep Cerise

📋 copy color: '#DC369D'

red 220 ◦ green 54 ◦ blue 157

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

Shades of Deep Cerise #DC369D

Tints of Deep Cerise #DC369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.53%

 BLUE value IS 157 (61.72% from 255) = 36.43%

R = 51.04%
G = 12.53%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC369D (or 0xDC369D) is known color: Deep Cerise. HEX triplet: DC, 36 and 9D. RGB value is (220,54,157). Sum of RGB (Red+Green+Blue) = 220+54+157=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC369D is #23C962. Grayscale: #737373. Windows color (decimal): -2345315 or 10303196. OLE color: 10303196.

HSL color Cylindrical-coordinate representation of color #DC369D: hue angle of 322.77º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC369D is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 54 157 -
CMYK 0 0.75 0.29 0.14
HSL 322.77º 0.7% 0.54% -
HSV(B) 322.77º 0.75% 0.86% -
XYZ 36.92 20.29 33.87 -
YUV 115.38 151.5 202.62 -
System Red Green Blue C M Y K H S L
Decimal 220 54 157 0 0.75 0.29 0.14 322.77 0.7 0.54
Hex DC 36 9D 0 4B 1D E 143 46 36
Octal 334 66 235 0 113 35 16 503 106 66
Binary 11011100 110110 10011101 0 1001011 11101 1110 101000011 1000110 110110

Color Harmonies of #DC369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC369D

Black with #DC369D

Text Example


Text Example

White with #DC369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC369D; }

 p { color: rgb(220,54,157); }

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

background-color css

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

 a { background-color: rgb(220,54,157); }

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

border-color css

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

 span { border-color: rgb(220,54,157); }

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