Html Css Color HEX #DC308B Deep Cerise

📋 copy color: '#DC308B'

red 220 ◦ green 48 ◦ blue 139

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

Shades of Deep Cerise #DC308B

Tints of Deep Cerise #DC308B

RGB

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

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

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

R = 54.05%
G = 11.79%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC308B (or 0xDC308B) is known color: Deep Cerise. HEX triplet: DC, 30 and 8B. RGB value is (220,48,139). Sum of RGB (Red+Green+Blue) = 220+48+139=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC308B is #23CF74. Grayscale: #6D6D6D. Windows color (decimal): -2346869 or 9122012. OLE color: 9122012.

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

Color convert

RGB 220 48 139 -
CMYK 0 0.78 0.37 0.14
HSL 328.26º 0.71% 0.53% -
HSV(B) 328.26º 0.78% 0.86% -
XYZ 35.23 19.19 26.27 -
YUV 109.8 144.48 206.6 -
System Red Green Blue C M Y K H S L
Decimal 220 48 139 0 0.78 0.37 0.14 328.26 0.71 0.53
Hex DC 30 8B 0 4E 25 E 148 47 35
Octal 334 60 213 0 116 45 16 510 107 65
Binary 11011100 110000 10001011 0 1001110 100101 1110 101001000 1000111 110101

Color Harmonies of #DC308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC308B

Black with #DC308B

Text Example


Text Example

White with #DC308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC308B; }

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

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

background-color css

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

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

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

border-color css

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

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

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