Html Css Color HEX #D8317E Deep Cerise

📋 copy color: '#D8317E'

red 216 ◦ green 49 ◦ blue 126

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

Shades of Deep Cerise #D8317E

Tints of Deep Cerise #D8317E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 55.24%
G = 12.53%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8317E (or 0xD8317E) is known color: Deep Cerise. HEX triplet: D8, 31 and 7E. RGB value is (216,49,126). Sum of RGB (Red+Green+Blue) = 216+49+126=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8317E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8317E is #27CE81. Grayscale: #6B6B6B. Windows color (decimal): -2608770 or 8270296. OLE color: 8270296.

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

Color convert

RGB 216 49 126 -
CMYK 0 0.77 0.42 0.15
HSL 332.34º 0.68% 0.52% -
HSV(B) 332.34º 0.77% 0.85% -
XYZ 33.18 18.3 21.52 -
YUV 107.71 138.33 205.24 -
System Red Green Blue C M Y K H S L
Decimal 216 49 126 0 0.77 0.42 0.15 332.34 0.68 0.52
Hex D8 31 7E 0 4D 2A F 14C 44 34
Octal 330 61 176 0 115 52 17 514 104 64
Binary 11011000 110001 1111110 0 1001101 101010 1111 101001100 1000100 110100

Color Harmonies of #D8317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8317E

Black with #D8317E

Text Example


Text Example

White with #D8317E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8317E; }

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

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

background-color css

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

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

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

border-color css

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

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

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