Html Css Color HEX #DC369F Deep Cerise

📋 copy color: '#DC369F'

red 220 ◦ green 54 ◦ blue 159

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

Shades of Deep Cerise #DC369F

Tints of Deep Cerise #DC369F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.72%

R = 50.81%
G = 12.47%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC369F (or 0xDC369F) is known color: Deep Cerise. HEX triplet: DC, 36 and 9F. RGB value is (220,54,159). Sum of RGB (Red+Green+Blue) = 220+54+159=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC369F is #23C960. Grayscale: #737373. Windows color (decimal): -2345313 or 10434268. OLE color: 10434268.

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

Color convert

RGB 220 54 159 -
CMYK 0 0.75 0.28 0.14
HSL 322.05º 0.7% 0.54% -
HSV(B) 322.05º 0.75% 0.86% -
XYZ 37.09 20.36 34.78 -
YUV 115.6 152.5 202.46 -
System Red Green Blue C M Y K H S L
Decimal 220 54 159 0 0.75 0.28 0.14 322.05 0.7 0.54
Hex DC 36 9F 0 4B 1C E 142 46 36
Octal 334 66 237 0 113 34 16 502 106 66
Binary 11011100 110110 10011111 0 1001011 11100 1110 101000010 1000110 110110

Color Harmonies of #DC369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC369F

Black with #DC369F

Text Example


Text Example

White with #DC369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC369F; }

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

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

background-color css

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

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

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

border-color css

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

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

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