Html Css Color HEX #D8319C Deep Cerise

📋 copy color: '#D8319C'

red 216 ◦ green 49 ◦ blue 156

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

Shades of Deep Cerise #D8319C

Tints of Deep Cerise #D8319C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.64%

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

R = 51.31%
G = 11.64%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8319C (or 0xD8319C) is known color: Deep Cerise. HEX triplet: D8, 31 and 9C. RGB value is (216,49,156). Sum of RGB (Red+Green+Blue) = 216+49+156=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8319C is #27CE63. Grayscale: #6E6E6E. Windows color (decimal): -2608740 or 10236376. OLE color: 10236376.

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

Color convert

RGB 216 49 156 -
CMYK 0 0.77 0.28 0.15
HSL 321.56º 0.68% 0.52% -
HSV(B) 321.56º 0.77% 0.85% -
XYZ 35.42 19.2 33.29 -
YUV 111.13 153.33 202.8 -
System Red Green Blue C M Y K H S L
Decimal 216 49 156 0 0.77 0.28 0.15 321.56 0.68 0.52
Hex D8 31 9C 0 4D 1C F 142 44 34
Octal 330 61 234 0 115 34 17 502 104 64
Binary 11011000 110001 10011100 0 1001101 11100 1111 101000010 1000100 110100

Color Harmonies of #D8319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8319C

Black with #D8319C

Text Example


Text Example

White with #D8319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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