Html Css Color HEX #D8235E Cerise

📋 copy color: '#D8235E'

red 216 ◦ green 35 ◦ blue 94

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

Shades of Cerise #D8235E

Tints of Cerise #D8235E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.14%

 BLUE value IS 94 (37.11% from 255) = 27.25%

R = 62.61%
G = 10.14%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8235E (or 0xD8235E) is known color: Cerise. HEX triplet: D8, 23 and 5E. RGB value is (216,35,94). Sum of RGB (Red+Green+Blue) = 216+35+94=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8235E is #27DCA1. Grayscale: #5F5F5F. Windows color (decimal): -2612386 or 6169560. OLE color: 6169560.

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

Color convert

RGB 216 35 94 -
CMYK 0 0.84 0.56 0.15
HSL 340.44º 0.72% 0.49% -
HSV(B) 340.44º 0.84% 0.85% -
XYZ 30.94 16.61 12.16 -
YUV 95.85 126.97 213.7 -
System Red Green Blue C M Y K H S L
Decimal 216 35 94 0 0.84 0.56 0.15 340.44 0.72 0.49
Hex D8 23 5E 0 54 38 F 154 48 31
Octal 330 43 136 0 124 70 17 524 110 61
Binary 11011000 100011 1011110 0 1010100 111000 1111 101010100 1001000 110001

Color Harmonies of #D8235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8235E

Black with #D8235E

Text Example


Text Example

White with #D8235E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8235E; }

 p { color: rgb(216,35,94); }

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

background-color css

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

 a { background-color: rgb(216,35,94); }

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

border-color css

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

 span { border-color: rgb(216,35,94); }

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