Html Css Color HEX #D8295F Cerise

📋 copy color: '#D8295F'

red 216 ◦ green 41 ◦ blue 95

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

Shades of Cerise #D8295F

Tints of Cerise #D8295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.99%

R = 61.36%
G = 11.65%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8295F (or 0xD8295F) is known color: Cerise. HEX triplet: D8, 29 and 5F. RGB value is (216,41,95). Sum of RGB (Red+Green+Blue) = 216+41+95=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D8295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8295F is #27D6A0. Grayscale: #636363. Windows color (decimal): -2610849 or 6236632. OLE color: 6236632.

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

Color convert

RGB 216 41 95 -
CMYK 0 0.81 0.56 0.15
HSL 341.49º 0.69% 0.5% -
HSV(B) 341.49º 0.81% 0.85% -
XYZ 31.18 17.01 12.47 -
YUV 99.48 125.48 211.11 -
System Red Green Blue C M Y K H S L
Decimal 216 41 95 0 0.81 0.56 0.15 341.49 0.69 0.5
Hex D8 29 5F 0 51 38 F 155 45 32
Octal 330 51 137 0 121 70 17 525 105 62
Binary 11011000 101001 1011111 0 1010001 111000 1111 101010101 1000101 110010

Color Harmonies of #D8295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8295F

Black with #D8295F

Text Example


Text Example

White with #D8295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8295F; }

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

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

background-color css

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

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

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

border-color css

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

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

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