Html Css Color HEX #DC368D Deep Cerise

📋 copy color: '#DC368D'

red 220 ◦ green 54 ◦ blue 141

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

Shades of Deep Cerise #DC368D

Tints of Deep Cerise #DC368D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.98%

R = 53.01%
G = 13.01%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC368D (or 0xDC368D) is known color: Deep Cerise. HEX triplet: DC, 36 and 8D. RGB value is (220,54,141). Sum of RGB (Red+Green+Blue) = 220+54+141=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC368D is #23C972. Grayscale: #717171. Windows color (decimal): -2345331 or 9254620. OLE color: 9254620.

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

Color convert

RGB 220 54 141 -
CMYK 0 0.75 0.36 0.14
HSL 328.55º 0.7% 0.54% -
HSV(B) 328.55º 0.75% 0.86% -
XYZ 35.64 19.78 27.14 -
YUV 113.55 143.5 203.93 -
System Red Green Blue C M Y K H S L
Decimal 220 54 141 0 0.75 0.36 0.14 328.55 0.7 0.54
Hex DC 36 8D 0 4B 24 E 149 46 36
Octal 334 66 215 0 113 44 16 511 106 66
Binary 11011100 110110 10001101 0 1001011 100100 1110 101001001 1000110 110110

Color Harmonies of #DC368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC368D

Black with #DC368D

Text Example


Text Example

White with #DC368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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