Html Css Color HEX #D8318E Deep Cerise

📋 copy color: '#D8318E'

red 216 ◦ green 49 ◦ blue 142

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

Shades of Deep Cerise #D8318E

Tints of Deep Cerise #D8318E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 53.07%
G = 12.04%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8318E (or 0xD8318E) is known color: Deep Cerise. HEX triplet: D8, 31 and 8E. RGB value is (216,49,142). Sum of RGB (Red+Green+Blue) = 216+49+142=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8318E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8318E is #27CE71. Grayscale: #6D6D6D. Windows color (decimal): -2608754 or 9318872. OLE color: 9318872.

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

Color convert

RGB 216 49 142 -
CMYK 0 0.77 0.34 0.15
HSL 326.59º 0.68% 0.52% -
HSV(B) 326.59º 0.77% 0.85% -
XYZ 34.3 18.75 27.4 -
YUV 109.54 146.33 203.94 -
System Red Green Blue C M Y K H S L
Decimal 216 49 142 0 0.77 0.34 0.15 326.59 0.68 0.52
Hex D8 31 8E 0 4D 22 F 147 44 34
Octal 330 61 216 0 115 42 17 507 104 64
Binary 11011000 110001 10001110 0 1001101 100010 1111 101000111 1000100 110100

Color Harmonies of #D8318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8318E

Black with #D8318E

Text Example


Text Example

White with #D8318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8318E; }

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

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

background-color css

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

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

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

border-color css

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

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

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