Html Css Color HEX #D9287E Deep Cerise

📋 copy color: '#D9287E'

red 217 ◦ green 40 ◦ blue 126

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

Shades of Deep Cerise #D9287E

Tints of Deep Cerise #D9287E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.9%

R = 56.66%
G = 10.44%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9287E (or 0xD9287E) is known color: Deep Cerise. HEX triplet: D9, 28 and 7E. RGB value is (217,40,126). Sum of RGB (Red+Green+Blue) = 217+40+126=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D9287E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9287E is #26D781. Grayscale: #666666. Windows color (decimal): -2545538 or 8267993. OLE color: 8267993.

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

Color convert

RGB 217 40 126 -
CMYK 0 0.82 0.42 0.15
HSL 330.85º 0.7% 0.5% -
HSV(B) 330.85º 0.82% 0.85% -
XYZ 33.14 17.78 21.42 -
YUV 102.73 141.14 209.51 -
System Red Green Blue C M Y K H S L
Decimal 217 40 126 0 0.82 0.42 0.15 330.85 0.7 0.5
Hex D9 28 7E 0 52 2A F 14B 46 32
Octal 331 50 176 0 122 52 17 513 106 62
Binary 11011001 101000 1111110 0 1010010 101010 1111 101001011 1000110 110010

Color Harmonies of #D9287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9287E

Black with #D9287E

Text Example


Text Example

White with #D9287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9287E; }

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

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

background-color css

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

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

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

border-color css

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

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

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