Html Css Color HEX #D9245A Cerise

📋 copy color: '#D9245A'

red 217 ◦ green 36 ◦ blue 90

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

Shades of Cerise #D9245A

Tints of Cerise #D9245A

RGB

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

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

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

R = 63.27%
G = 10.5%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9245A (or 0xD9245A) is known color: Cerise. HEX triplet: D9, 24 and 5A. RGB value is (217,36,90). Sum of RGB (Red+Green+Blue) = 217+36+90=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9245A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9245A is #26DBA5. Grayscale: #606060. Windows color (decimal): -2546598 or 5907673. OLE color: 5907673.

HSL color Cylindrical-coordinate representation of color #D9245A: hue angle of 342.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 #D9245A is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 36 90 -
CMYK 0 0.83 0.59 0.15
HSL 342.1º 0.72% 0.5% -
HSV(B) 342.1º 0.83% 0.85% -
XYZ 31.09 16.75 11.27 -
YUV 96.28 124.47 214.11 -
System Red Green Blue C M Y K H S L
Decimal 217 36 90 0 0.83 0.59 0.15 342.1 0.72 0.5
Hex D9 24 5A 0 53 3B F 156 48 32
Octal 331 44 132 0 123 73 17 526 110 62
Binary 11011001 100100 1011010 0 1010011 111011 1111 101010110 1001000 110010

Color Harmonies of #D9245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9245A

Black with #D9245A

Text Example


Text Example

White with #D9245A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9245A; }

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

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

background-color css

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

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

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

border-color css

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

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

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