Html Css Color HEX #D8316E Cerise

📋 copy color: '#D8316E'

red 216 ◦ green 49 ◦ blue 110

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

Shades of Cerise #D8316E

Tints of Cerise #D8316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.33%

R = 57.6%
G = 13.07%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8316E (or 0xD8316E) is known color: Cerise. HEX triplet: D8, 31 and 6E. RGB value is (216,49,110). Sum of RGB (Red+Green+Blue) = 216+49+110=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8316E is #27CE91. Grayscale: #696969. Windows color (decimal): -2608786 or 7221720. OLE color: 7221720.

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

Color convert

RGB 216 49 110 -
CMYK 0 0.77 0.49 0.15
HSL 338.08º 0.68% 0.52% -
HSV(B) 338.08º 0.77% 0.85% -
XYZ 32.23 17.92 16.51 -
YUV 105.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 216 49 110 0 0.77 0.49 0.15 338.08 0.68 0.52
Hex D8 31 6E 0 4D 31 F 152 44 34
Octal 330 61 156 0 115 61 17 522 104 64
Binary 11011000 110001 1101110 0 1001101 110001 1111 101010010 1000100 110100

Color Harmonies of #D8316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8316E

Black with #D8316E

Text Example


Text Example

White with #D8316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8316E; }

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

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

background-color css

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

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

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

border-color css

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

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

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