Html Css Color HEX #D8316A Cerise

📋 copy color: '#D8316A'

red 216 ◦ green 49 ◦ blue 106

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

Shades of Cerise #D8316A

Tints of Cerise #D8316A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 58.22%
G = 13.21%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D8316A (or 0xD8316A) is known color: Cerise. HEX triplet: D8, 31 and 6A. RGB value is (216,49,106). Sum of RGB (Red+Green+Blue) = 216+49+106=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D8316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8316A is #27CE95. Grayscale: #696969. Windows color (decimal): -2608790 or 6959576. OLE color: 6959576.

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

Color convert

RGB 216 49 106 -
CMYK 0 0.77 0.51 0.15
HSL 339.52º 0.68% 0.52% -
HSV(B) 339.52º 0.77% 0.85% -
XYZ 32.02 17.84 15.39 -
YUV 105.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 216 49 106 0 0.77 0.51 0.15 339.52 0.68 0.52
Hex D8 31 6A 0 4D 33 F 154 44 34
Octal 330 61 152 0 115 63 17 524 104 64
Binary 11011000 110001 1101010 0 1001101 110011 1111 101010100 1000100 110100

Color Harmonies of #D8316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8316A

Black with #D8316A

Text Example


Text Example

White with #D8316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8316A; }

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

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

background-color css

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

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

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

border-color css

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

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

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