Html Css Color HEX #D9298D Deep Cerise

📋 copy color: '#D9298D'

red 217 ◦ green 41 ◦ blue 141

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

Shades of Deep Cerise #D9298D

Tints of Deep Cerise #D9298D

RGB

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

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

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

R = 54.39%
G = 10.28%
B = 35.34%

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

#D9298D (or 0xD9298D) is known color: Deep Cerise. HEX triplet: D9, 29 and 8D. RGB value is (217,41,141). Sum of RGB (Red+Green+Blue) = 217+41+141=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9298D is #26D672. Grayscale: #686868. Windows color (decimal): -2545267 or 9251289. OLE color: 9251289.

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

Color convert

RGB 217 41 141 -
CMYK 0 0.81 0.35 0.15
HSL 325.91º 0.7% 0.51% -
HSV(B) 325.91º 0.81% 0.85% -
XYZ 34.22 18.26 26.92 -
YUV 105.02 148.31 207.87 -
System Red Green Blue C M Y K H S L
Decimal 217 41 141 0 0.81 0.35 0.15 325.91 0.7 0.51
Hex D9 29 8D 0 51 23 F 146 46 33
Octal 331 51 215 0 121 43 17 506 106 63
Binary 11011001 101001 10001101 0 1010001 100011 1111 101000110 1000110 110011

Color Harmonies of #D9298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9298D

Black with #D9298D

Text Example


Text Example

White with #D9298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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