Html Css Color HEX #D9289B Deep Cerise

📋 copy color: '#D9289B'

red 217 ◦ green 40 ◦ blue 155

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

Shades of Deep Cerise #D9289B

Tints of Deep Cerise #D9289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.62%

R = 52.67%
G = 9.71%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9289B (or 0xD9289B) is known color: Deep Cerise. HEX triplet: D9, 28 and 9B. RGB value is (217,40,155). Sum of RGB (Red+Green+Blue) = 217+40+155=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9289B is #26D764. Grayscale: #696969. Windows color (decimal): -2545509 or 10168537. OLE color: 10168537.

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

Color convert

RGB 217 40 155 -
CMYK 0 0.82 0.29 0.15
HSL 321.02º 0.7% 0.5% -
HSV(B) 321.02º 0.82% 0.85% -
XYZ 35.29 18.64 32.75 -
YUV 106.03 155.64 207.15 -
System Red Green Blue C M Y K H S L
Decimal 217 40 155 0 0.82 0.29 0.15 321.02 0.7 0.5
Hex D9 28 9B 0 52 1D F 141 46 32
Octal 331 50 233 0 122 35 17 501 106 62
Binary 11011001 101000 10011011 0 1010010 11101 1111 101000001 1000110 110010

Color Harmonies of #D9289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9289B

Black with #D9289B

Text Example


Text Example

White with #D9289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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