Html Css Color HEX #D9297F Deep Cerise

📋 copy color: '#D9297F'

red 217 ◦ green 41 ◦ blue 127

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

Shades of Deep Cerise #D9297F

Tints of Deep Cerise #D9297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.99%

R = 56.36%
G = 10.65%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9297F (or 0xD9297F) is known color: Deep Cerise. HEX triplet: D9, 29 and 7F. RGB value is (217,41,127). Sum of RGB (Red+Green+Blue) = 217+41+127=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D9297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9297F is #26D680. Grayscale: #676767. Windows color (decimal): -2545281 or 8333785. OLE color: 8333785.

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

Color convert

RGB 217 41 127 -
CMYK 0 0.81 0.41 0.15
HSL 330.68º 0.7% 0.51% -
HSV(B) 330.68º 0.81% 0.85% -
XYZ 33.24 17.87 21.78 -
YUV 103.43 141.31 209.01 -
System Red Green Blue C M Y K H S L
Decimal 217 41 127 0 0.81 0.41 0.15 330.68 0.7 0.51
Hex D9 29 7F 0 51 29 F 14B 46 33
Octal 331 51 177 0 121 51 17 513 106 63
Binary 11011001 101001 1111111 0 1010001 101001 1111 101001011 1000110 110011

Color Harmonies of #D9297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9297F

Black with #D9297F

Text Example


Text Example

White with #D9297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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