Html Css Color HEX #D8295B Cerise

📋 copy color: '#D8295B'

red 216 ◦ green 41 ◦ blue 91

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

Shades of Cerise #D8295B

Tints of Cerise #D8295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.78%

 BLUE value IS 91 (35.94% from 255) = 26.15%

R = 62.07%
G = 11.78%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8295B (or 0xD8295B) is known color: Cerise. HEX triplet: D8, 29 and 5B. RGB value is (216,41,91). Sum of RGB (Red+Green+Blue) = 216+41+91=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8295B is #27D6A4. Grayscale: #636363. Windows color (decimal): -2610853 or 5974488. OLE color: 5974488.

HSL color Cylindrical-coordinate representation of color #D8295B: hue angle of 342.86º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8295B is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 41 91 -
CMYK 0 0.81 0.58 0.15
HSL 342.86º 0.69% 0.5% -
HSV(B) 342.86º 0.81% 0.85% -
XYZ 31 16.94 11.53 -
YUV 99.03 123.48 211.43 -
System Red Green Blue C M Y K H S L
Decimal 216 41 91 0 0.81 0.58 0.15 342.86 0.69 0.5
Hex D8 29 5B 0 51 3A F 157 45 32
Octal 330 51 133 0 121 72 17 527 105 62
Binary 11011000 101001 1011011 0 1010001 111010 1111 101010111 1000101 110010

Color Harmonies of #D8295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8295B

Black with #D8295B

Text Example


Text Example

White with #D8295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8295B; }

 p { color: rgb(216,41,91); }

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

background-color css

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

 a { background-color: rgb(216,41,91); }

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

border-color css

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

 span { border-color: rgb(216,41,91); }

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