Html Css Color HEX #DC309B Deep Cerise

📋 copy color: '#DC309B'

red 220 ◦ green 48 ◦ blue 155

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

Shades of Deep Cerise #DC309B

Tints of Deep Cerise #DC309B

RGB

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

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

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

R = 52.01%
G = 11.35%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC309B (or 0xDC309B) is known color: Deep Cerise. HEX triplet: DC, 30 and 9B. RGB value is (220,48,155). Sum of RGB (Red+Green+Blue) = 220+48+155=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC309B is #23CF64. Grayscale: #6F6F6F. Windows color (decimal): -2346853 or 10170588. OLE color: 10170588.

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

Color convert

RGB 220 48 155 -
CMYK 0 0.78 0.30 0.14
HSL 322.67º 0.71% 0.53% -
HSV(B) 322.67º 0.78% 0.86% -
XYZ 36.49 19.7 32.89 -
YUV 111.63 152.48 205.3 -
System Red Green Blue C M Y K H S L
Decimal 220 48 155 0 0.78 0.30 0.14 322.67 0.71 0.53
Hex DC 30 9B 0 4E 1E E 143 47 35
Octal 334 60 233 0 116 36 16 503 107 65
Binary 11011100 110000 10011011 0 1001110 11110 1110 101000011 1000111 110101

Color Harmonies of #DC309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC309B

Black with #DC309B

Text Example


Text Example

White with #DC309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC309B; }

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

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

background-color css

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

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

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

border-color css

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

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

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