Html Css Color HEX #D8375F Cerise

📋 copy color: '#D8375F'

red 216 ◦ green 55 ◦ blue 95

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

Shades of Cerise #D8375F

Tints of Cerise #D8375F

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 value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8375F (or 0xD8375F) is known color: 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

RGB 216 55 95 -
CMYK 0 0.75 0.56 0.15
HSL 345.09º 0.67% 0.53% -
HSV(B) 345.09º 0.75% 0.85% -
XYZ 31.75 18.16 12.66 -
YUV 107.7 120.84 205.25 -
System Red Green Blue C M Y K H S L
Decimal 216 55 95 0 0.75 0.56 0.15 345.09 0.67 0.53
Hex D8 37 5F 0 4B 38 F 159 43 35
Octal 330 67 137 0 113 70 17 531 103 65
Binary 11011000 110111 1011111 0 1001011 111000 1111 101011001 1000011 110101

Color Harmonies of #D8375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8375F

Black with #D8375F

Text Example


Text Example

White with #D8375F

Text Example


Text Example

HTML Codes & Css Web 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>