Html Css Color HEX #D8275E Cerise

📋 copy color: '#D8275E'

red 216 ◦ green 39 ◦ blue 94

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

Shades of Cerise #D8275E

Tints of Cerise #D8275E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.17%

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

R = 61.89%
G = 11.17%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8275E (or 0xD8275E) is known color: Cerise. HEX triplet: D8, 27 and 5E. RGB value is (216,39,94). Sum of RGB (Red+Green+Blue) = 216+39+94=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D8275E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8275E is #27D8A1. Grayscale: #626262. Windows color (decimal): -2611362 or 6170584. OLE color: 6170584.

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

Color convert

RGB 216 39 94 -
CMYK 0 0.82 0.56 0.15
HSL 341.36º 0.69% 0.5% -
HSV(B) 341.36º 0.82% 0.85% -
XYZ 31.06 16.86 12.21 -
YUV 98.19 125.64 212.03 -
System Red Green Blue C M Y K H S L
Decimal 216 39 94 0 0.82 0.56 0.15 341.36 0.69 0.5
Hex D8 27 5E 0 52 38 F 155 45 32
Octal 330 47 136 0 122 70 17 525 105 62
Binary 11011000 100111 1011110 0 1010010 111000 1111 101010101 1000101 110010

Color Harmonies of #D8275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8275E

Black with #D8275E

Text Example


Text Example

White with #D8275E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8275E; }

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

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

background-color css

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

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

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

border-color css

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

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

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