Html Css Color HEX #DC368B Deep Cerise

📋 copy color: '#DC368B'

red 220 ◦ green 54 ◦ blue 139

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

Shades of Deep Cerise #DC368B

Tints of Deep Cerise #DC368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.66%

R = 53.27%
G = 13.08%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC368B (or 0xDC368B) is known color: Deep Cerise. HEX triplet: DC, 36 and 8B. RGB value is (220,54,139). Sum of RGB (Red+Green+Blue) = 220+54+139=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC368B is #23C974. Grayscale: #717171. Windows color (decimal): -2345333 or 9123548. OLE color: 9123548.

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

Color convert

RGB 220 54 139 -
CMYK 0 0.75 0.37 0.14
HSL 329.28º 0.7% 0.54% -
HSV(B) 329.28º 0.75% 0.86% -
XYZ 35.49 19.72 26.36 -
YUV 113.32 142.5 204.09 -
System Red Green Blue C M Y K H S L
Decimal 220 54 139 0 0.75 0.37 0.14 329.28 0.7 0.54
Hex DC 36 8B 0 4B 25 E 149 46 36
Octal 334 66 213 0 113 45 16 511 106 66
Binary 11011100 110110 10001011 0 1001011 100101 1110 101001001 1000110 110110

Color Harmonies of #DC368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC368B

Black with #DC368B

Text Example


Text Example

White with #DC368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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