Html Css Color HEX #DC308C Deep Cerise

📋 copy color: '#DC308C'

red 220 ◦ green 48 ◦ blue 140

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

Shades of Deep Cerise #DC308C

Tints of Deep Cerise #DC308C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.31%

R = 53.92%
G = 11.76%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC308C (or 0xDC308C) is known color: Deep Cerise. HEX triplet: DC, 30 and 8C. RGB value is (220,48,140). Sum of RGB (Red+Green+Blue) = 220+48+140=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC308C is #23CF73. Grayscale: #6D6D6D. Windows color (decimal): -2346868 or 9187548. OLE color: 9187548.

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

Color convert

RGB 220 48 140 -
CMYK 0 0.78 0.36 0.14
HSL 327.91º 0.71% 0.53% -
HSV(B) 327.91º 0.78% 0.86% -
XYZ 35.31 19.22 26.66 -
YUV 109.92 144.98 206.52 -
System Red Green Blue C M Y K H S L
Decimal 220 48 140 0 0.78 0.36 0.14 327.91 0.71 0.53
Hex DC 30 8C 0 4E 24 E 148 47 35
Octal 334 60 214 0 116 44 16 510 107 65
Binary 11011100 110000 10001100 0 1001110 100100 1110 101001000 1000111 110101

Color Harmonies of #DC308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC308C

Black with #DC308C

Text Example


Text Example

White with #DC308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC308C; }

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

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

background-color css

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

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

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

border-color css

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

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

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