Html Css Color HEX #D8309C Deep Cerise

📋 copy color: '#D8309C'

red 216 ◦ green 48 ◦ blue 156

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

Shades of Deep Cerise #D8309C

Tints of Deep Cerise #D8309C

RGB

 RED value IS 216 (84.77% from 255) = 51.43%

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

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 51.43%
G = 11.43%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8309C (or 0xD8309C) is known color: Deep Cerise. HEX triplet: D8, 30 and 9C. RGB value is (216,48,156). Sum of RGB (Red+Green+Blue) = 216+48+156=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D8309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8309C is #27CF63. Grayscale: #6E6E6E. Windows color (decimal): -2608996 or 10236120. OLE color: 10236120.

HSL color Cylindrical-coordinate representation of color #D8309C: hue angle of 321.43º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8309C is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 48 156 -
CMYK 0 0.78 0.28 0.15
HSL 321.43º 0.68% 0.52% -
HSV(B) 321.43º 0.78% 0.85% -
XYZ 35.38 19.11 33.28 -
YUV 110.54 153.66 203.22 -
System Red Green Blue C M Y K H S L
Decimal 216 48 156 0 0.78 0.28 0.15 321.43 0.68 0.52
Hex D8 30 9C 0 4E 1C F 141 44 34
Octal 330 60 234 0 116 34 17 501 104 64
Binary 11011000 110000 10011100 0 1001110 11100 1111 101000001 1000100 110100

Color Harmonies of #D8309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8309C

Black with #D8309C

Text Example


Text Example

White with #D8309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8309C; }

 p { color: rgb(216,48,156); }

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

background-color css

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

 a { background-color: rgb(216,48,156); }

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

border-color css

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

 span { border-color: rgb(216,48,156); }

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