Html Css Color HEX #D9289F Deep Cerise

📋 copy color: '#D9289F'

red 217 ◦ green 40 ◦ blue 159

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

Shades of Deep Cerise #D9289F

Tints of Deep Cerise #D9289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.62%

 BLUE value IS 159 (62.5% from 255) = 38.22%

R = 52.16%
G = 9.62%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9289F (or 0xD9289F) is known color: Deep Cerise. HEX triplet: D9, 28 and 9F. RGB value is (217,40,159). Sum of RGB (Red+Green+Blue) = 217+40+159=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D9289F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9289F is #26D760. Grayscale: #6A6A6A. Windows color (decimal): -2545505 or 10430681. OLE color: 10430681.

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

Color convert

RGB 217 40 159 -
CMYK 0 0.82 0.27 0.15
HSL 319.66º 0.7% 0.5% -
HSV(B) 319.66º 0.82% 0.85% -
XYZ 35.63 18.77 34.55 -
YUV 106.49 157.64 206.82 -
System Red Green Blue C M Y K H S L
Decimal 217 40 159 0 0.82 0.27 0.15 319.66 0.7 0.5
Hex D9 28 9F 0 52 1B F 140 46 32
Octal 331 50 237 0 122 33 17 500 106 62
Binary 11011001 101000 10011111 0 1010010 11011 1111 101000000 1000110 110010

Color Harmonies of #D9289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9289F

Black with #D9289F

Text Example


Text Example

White with #D9289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9289F; }

 p { color: rgb(217,40,159); }

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

background-color css

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

 a { background-color: rgb(217,40,159); }

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

border-color css

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

 span { border-color: rgb(217,40,159); }

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