Html Css Color HEX #DC369B Deep Cerise

📋 copy color: '#DC369B'

red 220 ◦ green 54 ◦ blue 155

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

Shades of Deep Cerise #DC369B

Tints of Deep Cerise #DC369B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.13%

R = 51.28%
G = 12.59%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC369B (or 0xDC369B) is known color: Deep Cerise. HEX triplet: DC, 36 and 9B. RGB value is (220,54,155). Sum of RGB (Red+Green+Blue) = 220+54+155=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC369B is #23C964. Grayscale: #727272. Windows color (decimal): -2345317 or 10172124. OLE color: 10172124.

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

Color convert

RGB 220 54 155 -
CMYK 0 0.75 0.30 0.14
HSL 323.49º 0.7% 0.54% -
HSV(B) 323.49º 0.75% 0.86% -
XYZ 36.75 20.22 32.98 -
YUV 115.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 220 54 155 0 0.75 0.30 0.14 323.49 0.7 0.54
Hex DC 36 9B 0 4B 1E E 143 46 36
Octal 334 66 233 0 113 36 16 503 106 66
Binary 11011100 110110 10011011 0 1001011 11110 1110 101000011 1000110 110110

Color Harmonies of #DC369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC369B

Black with #DC369B

Text Example


Text Example

White with #DC369B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC369B; }

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

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

background-color css

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

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

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

border-color css

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

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

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