Html Css Color HEX #D9297D Deep Cerise

📋 copy color: '#D9297D'

red 217 ◦ green 41 ◦ blue 125

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

Shades of Deep Cerise #D9297D

Tints of Deep Cerise #D9297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 56.66%
G = 10.7%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9297D (or 0xD9297D) is known color: Deep Cerise. HEX triplet: D9, 29 and 7D. RGB value is (217,41,125). Sum of RGB (Red+Green+Blue) = 217+41+125=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D9297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9297D is #26D682. Grayscale: #676767. Windows color (decimal): -2545283 or 8202713. OLE color: 8202713.

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

Color convert

RGB 217 41 125 -
CMYK 0 0.81 0.42 0.15
HSL 331.36º 0.7% 0.51% -
HSV(B) 331.36º 0.81% 0.85% -
XYZ 33.11 17.82 21.1 -
YUV 103.2 140.31 209.17 -
System Red Green Blue C M Y K H S L
Decimal 217 41 125 0 0.81 0.42 0.15 331.36 0.7 0.51
Hex D9 29 7D 0 51 2A F 14B 46 33
Octal 331 51 175 0 121 52 17 513 106 63
Binary 11011001 101001 1111101 0 1010001 101010 1111 101001011 1000110 110011

Color Harmonies of #D9297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9297D

Black with #D9297D

Text Example


Text Example

White with #D9297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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