Html Css Color HEX #D8375C Cerise

📋 copy color: '#D8375C'

red 216 ◦ green 55 ◦ blue 92

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

Shades of Cerise #D8375C

Tints of Cerise #D8375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 59.5%
G = 15.15%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8375C (or 0xD8375C) is known color: Cerise. HEX triplet: D8, 37 and 5C. RGB value is (216,55,92). Sum of RGB (Red+Green+Blue) = 216+55+92=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8375C is #27C8A3. Grayscale: #6B6B6B. Windows color (decimal): -2607268 or 6043608. OLE color: 6043608.

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

Color convert

RGB 216 55 92 -
CMYK 0 0.75 0.57 0.15
HSL 346.21º 0.67% 0.53% -
HSV(B) 346.21º 0.75% 0.85% -
XYZ 31.62 18.1 11.95 -
YUV 107.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 216 55 92 0 0.75 0.57 0.15 346.21 0.67 0.53
Hex D8 37 5C 0 4B 39 F 15A 43 35
Octal 330 67 134 0 113 71 17 532 103 65
Binary 11011000 110111 1011100 0 1001011 111001 1111 101011010 1000011 110101

Color Harmonies of #D8375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8375C

Black with #D8375C

Text Example


Text Example

White with #D8375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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