Html Css Color HEX #D8355C Cerise

📋 copy color: '#D8355C'

red 216 ◦ green 53 ◦ blue 92

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

Shades of Cerise #D8355C

Tints of Cerise #D8355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.68%

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

R = 59.83%
G = 14.68%
B = 25.48%

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

#D8355C (or 0xD8355C) is known color: Cerise. HEX triplet: D8, 35 and 5C. RGB value is (216,53,92). Sum of RGB (Red+Green+Blue) = 216+53+92=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D8355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8355C is #27CAA3. Grayscale: #6A6A6A. Windows color (decimal): -2607780 or 6043096. OLE color: 6043096.

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

Color convert

RGB 216 53 92 -
CMYK 0 0.75 0.57 0.15
HSL 345.64º 0.68% 0.53% -
HSV(B) 345.64º 0.75% 0.85% -
XYZ 31.52 17.92 11.92 -
YUV 106.18 120 206.33 -
System Red Green Blue C M Y K H S L
Decimal 216 53 92 0 0.75 0.57 0.15 345.64 0.68 0.53
Hex D8 35 5C 0 4B 39 F 15A 44 35
Octal 330 65 134 0 113 71 17 532 104 65
Binary 11011000 110101 1011100 0 1001011 111001 1111 101011010 1000100 110101

Color Harmonies of #D8355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8355C

Black with #D8355C

Text Example


Text Example

White with #D8355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8355C; }

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

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

background-color css

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

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

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

border-color css

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

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

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