Html Css Color HEX #D9248D Deep Cerise

📋 copy color: '#D9248D'

red 217 ◦ green 36 ◦ blue 141

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

Shades of Deep Cerise #D9248D

Tints of Deep Cerise #D9248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 55.08%
G = 9.14%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9248D (or 0xD9248D) is known color: Deep Cerise. HEX triplet: D9, 24 and 8D. RGB value is (217,36,141). Sum of RGB (Red+Green+Blue) = 217+36+141=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9248D is #26DB72. Grayscale: #656565. Windows color (decimal): -2546547 or 9250009. OLE color: 9250009.

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

Color convert

RGB 217 36 141 -
CMYK 0 0.83 0.35 0.15
HSL 325.19º 0.72% 0.5% -
HSV(B) 325.19º 0.83% 0.85% -
XYZ 34.05 17.94 26.87 -
YUV 102.09 149.97 209.96 -
System Red Green Blue C M Y K H S L
Decimal 217 36 141 0 0.83 0.35 0.15 325.19 0.72 0.5
Hex D9 24 8D 0 53 23 F 145 48 32
Octal 331 44 215 0 123 43 17 505 110 62
Binary 11011001 100100 10001101 0 1010011 100011 1111 101000101 1001000 110010

Color Harmonies of #D9248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9248D

Black with #D9248D

Text Example


Text Example

White with #D9248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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