Html Css Color HEX #D9298E Deep Cerise

📋 copy color: '#D9298E'

red 217 ◦ green 41 ◦ blue 142

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

Shades of Deep Cerise #D9298E

Tints of Deep Cerise #D9298E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.25%

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 54.25%
G = 10.25%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9298E (or 0xD9298E) is known color: Deep Cerise. HEX triplet: D9, 29 and 8E. RGB value is (217,41,142). Sum of RGB (Red+Green+Blue) = 217+41+142=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D9298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9298E is #26D671. Grayscale: #686868. Windows color (decimal): -2545266 or 9316825. OLE color: 9316825.

HSL color Cylindrical-coordinate representation of color #D9298E: hue angle of 325.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9298E is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 41 142 -
CMYK 0 0.81 0.35 0.15
HSL 325.57º 0.7% 0.51% -
HSV(B) 325.57º 0.81% 0.85% -
XYZ 34.29 18.29 27.31 -
YUV 105.14 148.81 207.79 -
System Red Green Blue C M Y K H S L
Decimal 217 41 142 0 0.81 0.35 0.15 325.57 0.7 0.51
Hex D9 29 8E 0 51 23 F 146 46 33
Octal 331 51 216 0 121 43 17 506 106 63
Binary 11011001 101001 10001110 0 1010001 100011 1111 101000110 1000110 110011

Color Harmonies of #D9298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9298E

Black with #D9298E

Text Example


Text Example

White with #D9298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9298E; }

 p { color: rgb(217,41,142); }

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

background-color css

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

 a { background-color: rgb(217,41,142); }

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

border-color css

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

 span { border-color: rgb(217,41,142); }

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