Html Css Color HEX #D9298B Deep Cerise

📋 copy color: '#D9298B'

red 217 ◦ green 41 ◦ blue 139

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

Shades of Deep Cerise #D9298B

Tints of Deep Cerise #D9298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 54.66%
G = 10.33%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9298B (or 0xD9298B) is known color: Deep Cerise. HEX triplet: D9, 29 and 8B. RGB value is (217,41,139). Sum of RGB (Red+Green+Blue) = 217+41+139=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9298B is #26D674. Grayscale: #686868. Windows color (decimal): -2545269 or 9120217. OLE color: 9120217.

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

Color convert

RGB 217 41 139 -
CMYK 0 0.81 0.36 0.15
HSL 326.59º 0.7% 0.51% -
HSV(B) 326.59º 0.81% 0.85% -
XYZ 34.07 18.2 26.14 -
YUV 104.8 147.31 208.03 -
System Red Green Blue C M Y K H S L
Decimal 217 41 139 0 0.81 0.36 0.15 326.59 0.7 0.51
Hex D9 29 8B 0 51 24 F 147 46 33
Octal 331 51 213 0 121 44 17 507 106 63
Binary 11011001 101001 10001011 0 1010001 100100 1111 101000111 1000110 110011

Color Harmonies of #D9298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9298B

Black with #D9298B

Text Example


Text Example

White with #D9298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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