Html Css Color HEX #D8245A Cerise

📋 copy color: '#D8245A'

red 216 ◦ green 36 ◦ blue 90

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

Shades of Cerise #D8245A

Tints of Cerise #D8245A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.53%

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

R = 63.16%
G = 10.53%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8245A (or 0xD8245A) is known color: Cerise. HEX triplet: D8, 24 and 5A. RGB value is (216,36,90). Sum of RGB (Red+Green+Blue) = 216+36+90=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8245A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8245A is #27DBA5. Grayscale: #5F5F5F. Windows color (decimal): -2612134 or 5907672. OLE color: 5907672.

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

Color convert

RGB 216 36 90 -
CMYK 0 0.83 0.58 0.15
HSL 342º 0.71% 0.49% -
HSV(B) 342º 0.83% 0.85% -
XYZ 30.8 16.6 11.25 -
YUV 95.98 124.63 213.61 -
System Red Green Blue C M Y K H S L
Decimal 216 36 90 0 0.83 0.58 0.15 342 0.71 0.49
Hex D8 24 5A 0 53 3A F 156 47 31
Octal 330 44 132 0 123 72 17 526 107 61
Binary 11011000 100100 1011010 0 1010011 111010 1111 101010110 1000111 110001

Color Harmonies of #D8245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8245A

Black with #D8245A

Text Example


Text Example

White with #D8245A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8245A; }

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

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

background-color css

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

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

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

border-color css

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

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

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