Html Css Color HEX #D8295A Cerise

📋 copy color: '#D8295A'

red 216 ◦ green 41 ◦ blue 90

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

Shades of Cerise #D8295A

Tints of Cerise #D8295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.82%

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

R = 62.25%
G = 11.82%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8295A (or 0xD8295A) is known color: Cerise. HEX triplet: D8, 29 and 5A. RGB value is (216,41,90). Sum of RGB (Red+Green+Blue) = 216+41+90=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8295A is #27D6A5. Grayscale: #626262. Windows color (decimal): -2610854 or 5908952. OLE color: 5908952.

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

Color convert

RGB 216 41 90 -
CMYK 0 0.81 0.58 0.15
HSL 343.2º 0.69% 0.5% -
HSV(B) 343.2º 0.81% 0.85% -
XYZ 30.96 16.92 11.31 -
YUV 98.91 122.98 211.52 -
System Red Green Blue C M Y K H S L
Decimal 216 41 90 0 0.81 0.58 0.15 343.2 0.69 0.5
Hex D8 29 5A 0 51 3A F 157 45 32
Octal 330 51 132 0 121 72 17 527 105 62
Binary 11011000 101001 1011010 0 1010001 111010 1111 101010111 1000101 110010

Color Harmonies of #D8295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8295A

Black with #D8295A

Text Example


Text Example

White with #D8295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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