Html Css Color HEX #D9245D Cerise

📋 copy color: '#D9245D'

red 217 ◦ green 36 ◦ blue 93

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

Shades of Cerise #D9245D

Tints of Cerise #D9245D

RGB

 RED value IS 217 (85.16% from 255) = 62.72%

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

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

R = 62.72%
G = 10.4%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9245D (or 0xD9245D) is known color: Cerise. HEX triplet: D9, 24 and 5D. RGB value is (217,36,93). Sum of RGB (Red+Green+Blue) = 217+36+93=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9245D is #26DBA2. Grayscale: #606060. Windows color (decimal): -2546595 or 6104281. OLE color: 6104281.

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

Color convert

RGB 217 36 93 -
CMYK 0 0.83 0.57 0.15
HSL 341.11º 0.72% 0.5% -
HSV(B) 341.11º 0.83% 0.85% -
XYZ 31.22 16.8 11.95 -
YUV 96.62 125.97 213.87 -
System Red Green Blue C M Y K H S L
Decimal 217 36 93 0 0.83 0.57 0.15 341.11 0.72 0.5
Hex D9 24 5D 0 53 39 F 155 48 32
Octal 331 44 135 0 123 71 17 525 110 62
Binary 11011001 100100 1011101 0 1010011 111001 1111 101010101 1001000 110010

Color Harmonies of #D9245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9245D

Black with #D9245D

Text Example


Text Example

White with #D9245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9245D; }

 p { color: rgb(217,36,93); }

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

background-color css

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

 a { background-color: rgb(217,36,93); }

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

border-color css

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

 span { border-color: rgb(217,36,93); }

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