Html Css Color HEX #D8317C Deep Cerise

📋 copy color: '#D8317C'

red 216 ◦ green 49 ◦ blue 124

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

Shades of Deep Cerise #D8317C

Tints of Deep Cerise #D8317C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 55.53%
G = 12.6%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8317C (or 0xD8317C) is known color: Deep Cerise. HEX triplet: D8, 31 and 7C. RGB value is (216,49,124). Sum of RGB (Red+Green+Blue) = 216+49+124=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8317C is #27CE83. Grayscale: #6B6B6B. Windows color (decimal): -2608772 or 8139224. OLE color: 8139224.

HSL color Cylindrical-coordinate representation of color #D8317C: hue angle of 333.05º 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 #D8317C is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 49 124 -
CMYK 0 0.77 0.43 0.15
HSL 333.05º 0.68% 0.52% -
HSV(B) 333.05º 0.77% 0.85% -
XYZ 33.06 18.25 20.85 -
YUV 107.48 137.33 205.4 -
System Red Green Blue C M Y K H S L
Decimal 216 49 124 0 0.77 0.43 0.15 333.05 0.68 0.52
Hex D8 31 7C 0 4D 2B F 14D 44 34
Octal 330 61 174 0 115 53 17 515 104 64
Binary 11011000 110001 1111100 0 1001101 101011 1111 101001101 1000100 110100

Color Harmonies of #D8317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8317C

Black with #D8317C

Text Example


Text Example

White with #D8317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8317C; }

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

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

background-color css

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

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

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

border-color css

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

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

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