Html Css Color HEX #DC309E Deep Cerise

📋 copy color: '#DC309E'

red 220 ◦ green 48 ◦ blue 158

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

Shades of Deep Cerise #DC309E

Tints of Deep Cerise #DC309E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.27%

 BLUE value IS 158 (62.11% from 255) = 37.09%

R = 51.64%
G = 11.27%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC309E (or 0xDC309E) is known color: Deep Cerise. HEX triplet: DC, 30 and 9E. RGB value is (220,48,158). Sum of RGB (Red+Green+Blue) = 220+48+158=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC309E is #23CF61. Grayscale: #6F6F6F. Windows color (decimal): -2346850 or 10367196. OLE color: 10367196.

HSL color Cylindrical-coordinate representation of color #DC309E: hue angle of 321.63º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC309E is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 48 158 -
CMYK 0 0.78 0.28 0.14
HSL 321.63º 0.71% 0.53% -
HSV(B) 321.63º 0.78% 0.86% -
XYZ 36.74 19.8 34.23 -
YUV 111.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 220 48 158 0 0.78 0.28 0.14 321.63 0.71 0.53
Hex DC 30 9E 0 4E 1C E 142 47 35
Octal 334 60 236 0 116 34 16 502 107 65
Binary 11011100 110000 10011110 0 1001110 11100 1110 101000010 1000111 110101

Color Harmonies of #DC309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC309E

Black with #DC309E

Text Example


Text Example

White with #DC309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC309E; }

 p { color: rgb(220,48,158); }

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

background-color css

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

 a { background-color: rgb(220,48,158); }

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

border-color css

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

 span { border-color: rgb(220,48,158); }

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