Html Css Color HEX #D8315C Cerise

📋 copy color: '#D8315C'

red 216 ◦ green 49 ◦ blue 92

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

Shades of Cerise #D8315C

Tints of Cerise #D8315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.77%

R = 60.5%
G = 13.73%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8315C (or 0xD8315C) is known color: Cerise. HEX triplet: D8, 31 and 5C. RGB value is (216,49,92). Sum of RGB (Red+Green+Blue) = 216+49+92=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D8315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8315C is #27CEA3. Grayscale: #676767. Windows color (decimal): -2608804 or 6042072. OLE color: 6042072.

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

Color convert

RGB 216 49 92 -
CMYK 0 0.77 0.57 0.15
HSL 344.55º 0.68% 0.52% -
HSV(B) 344.55º 0.77% 0.85% -
XYZ 31.35 17.57 11.86 -
YUV 103.84 121.33 208 -
System Red Green Blue C M Y K H S L
Decimal 216 49 92 0 0.77 0.57 0.15 344.55 0.68 0.52
Hex D8 31 5C 0 4D 39 F 159 44 34
Octal 330 61 134 0 115 71 17 531 104 64
Binary 11011000 110001 1011100 0 1001101 111001 1111 101011001 1000100 110100

Color Harmonies of #D8315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8315C

Black with #D8315C

Text Example


Text Example

White with #D8315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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