Html Css Color HEX #D8225D Cerise

📋 copy color: '#D8225D'

red 216 ◦ green 34 ◦ blue 93

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

Shades of Cerise #D8225D

Tints of Cerise #D8225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.91%

 BLUE value IS 93 (36.72% from 255) = 27.11%

R = 62.97%
G = 9.91%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8225D (or 0xD8225D) is known color: Cerise. HEX triplet: D8, 22 and 5D. RGB value is (216,34,93). Sum of RGB (Red+Green+Blue) = 216+34+93=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D8225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8225D is #27DDA2. Grayscale: #5F5F5F. Windows color (decimal): -2612643 or 6103768. OLE color: 6103768.

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

Color convert

RGB 216 34 93 -
CMYK 0 0.84 0.57 0.15
HSL 340.55º 0.73% 0.49% -
HSV(B) 340.55º 0.84% 0.85% -
XYZ 30.87 16.53 11.92 -
YUV 95.14 126.8 214.2 -
System Red Green Blue C M Y K H S L
Decimal 216 34 93 0 0.84 0.57 0.15 340.55 0.73 0.49
Hex D8 22 5D 0 54 39 F 155 49 31
Octal 330 42 135 0 124 71 17 525 111 61
Binary 11011000 100010 1011101 0 1010100 111001 1111 101010101 1001001 110001

Color Harmonies of #D8225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8225D

Black with #D8225D

Text Example


Text Example

White with #D8225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8225D; }

 p { color: rgb(216,34,93); }

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

background-color css

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

 a { background-color: rgb(216,34,93); }

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

border-color css

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

 span { border-color: rgb(216,34,93); }

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