#d8375f

Color #D8375F Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D8375F

Tints of Cerise #D8375F

Color information

#D8375F (or 0xD8375F) is unknown color: approx Cerise. HEX triplet: D8, 37 and 5F. RGB value is (216,55,95). Sum of RGB (Red+Green+Blue) = 216+55+95=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D8375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8375F is #27C8A0. Grayscale: #6B6B6B. Windows color (decimal): -2607265 or 6240216. OLE color: 6240216.

HSL color Cylindrical-coordinate representation of color #D8375F: hue angle of 345.09º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8375F is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB2165595-
CMYK00.750.560.15
HSL345.09º67.36%53.14%-
HSV(B)345.09º74.54%84.71%-
XYZ31.7518.1612.66-
YUV107.7120.84205.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.02%
GREEN value IS 55 (21.88% from 255) = 15.03%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=59.02%
G=15.03%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216559500.750.560.15345.0967.3653.14
HexD8375F04B38F1594335
Octal330671370113701753110365
Binary1101100011011110111110100101111100011111010110011000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8375f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8375f; }

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

 H1.HeaderClassName
 {
   color: #d8375f;
 }
 .AnyTagClassName
 {
   color: #d8375f;
 }
</style>
background-color css

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

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

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

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

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

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