Html Css Color HEX #D9329D Deep Cerise

📋 copy color: '#D9329D'

red 217 ◦ green 50 ◦ blue 157

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

Shades of Deep Cerise #D9329D

Tints of Deep Cerise #D9329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.79%

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 51.18%
G = 11.79%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9329D (or 0xD9329D) is known color: Deep Cerise. HEX triplet: D9, 32 and 9D. RGB value is (217,50,157). Sum of RGB (Red+Green+Blue) = 217+50+157=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9329D is #26CD62. Grayscale: #6F6F6F. Windows color (decimal): -2542947 or 10302169. OLE color: 10302169.

HSL color Cylindrical-coordinate representation of color #D9329D: hue angle of 321.56º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9329D is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 50 157 -
CMYK 0 0.77 0.28 0.15
HSL 321.56º 0.69% 0.52% -
HSV(B) 321.56º 0.77% 0.85% -
XYZ 35.84 19.47 33.77 -
YUV 112.13 153.33 202.8 -
System Red Green Blue C M Y K H S L
Decimal 217 50 157 0 0.77 0.28 0.15 321.56 0.69 0.52
Hex D9 32 9D 0 4D 1C F 142 45 34
Octal 331 62 235 0 115 34 17 502 105 64
Binary 11011001 110010 10011101 0 1001101 11100 1111 101000010 1000101 110100

Color Harmonies of #D9329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9329D

Black with #D9329D

Text Example


Text Example

White with #D9329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9329D; }

 p { color: rgb(217,50,157); }

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

background-color css

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

 a { background-color: rgb(217,50,157); }

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

border-color css

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

 span { border-color: rgb(217,50,157); }

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