Html Css Color HEX #D8375A Cerise

📋 copy color: '#D8375A'

red 216 ◦ green 55 ◦ blue 90

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

Shades of Cerise #D8375A

Tints of Cerise #D8375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.24%

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 59.83%
G = 15.24%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8375A (or 0xD8375A) is known color: Cerise. HEX triplet: D8, 37 and 5A. RGB value is (216,55,90). Sum of RGB (Red+Green+Blue) = 216+55+90=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D8375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8375A is #27C8A5. Grayscale: #6B6B6B. Windows color (decimal): -2607270 or 5912536. OLE color: 5912536.

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

Color convert

RGB 216 55 90 -
CMYK 0 0.75 0.58 0.15
HSL 346.96º 0.67% 0.53% -
HSV(B) 346.96º 0.75% 0.85% -
XYZ 31.53 18.07 11.5 -
YUV 107.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 216 55 90 0 0.75 0.58 0.15 346.96 0.67 0.53
Hex D8 37 5A 0 4B 3A F 15B 43 35
Octal 330 67 132 0 113 72 17 533 103 65
Binary 11011000 110111 1011010 0 1001011 111010 1111 101011011 1000011 110101

Color Harmonies of #D8375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8375A

Black with #D8375A

Text Example


Text Example

White with #D8375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8375A; }

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

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

background-color css

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

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

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

border-color css

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

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

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