Html Css Color HEX #D9329B Deep Cerise

📋 copy color: '#D9329B'

red 217 ◦ green 50 ◦ blue 155

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

Shades of Deep Cerise #D9329B

Tints of Deep Cerise #D9329B

RGB

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

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

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

R = 51.42%
G = 11.85%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9329B (or 0xD9329B) is known color: Deep Cerise. HEX triplet: D9, 32 and 9B. RGB value is (217,50,155). Sum of RGB (Red+Green+Blue) = 217+50+155=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9329B is #26CD64. Grayscale: #6F6F6F. Windows color (decimal): -2542949 or 10171097. OLE color: 10171097.

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

Color convert

RGB 217 50 155 -
CMYK 0 0.77 0.29 0.15
HSL 322.28º 0.69% 0.52% -
HSV(B) 322.28º 0.77% 0.85% -
XYZ 35.67 19.4 32.87 -
YUV 111.9 152.33 202.96 -
System Red Green Blue C M Y K H S L
Decimal 217 50 155 0 0.77 0.29 0.15 322.28 0.69 0.52
Hex D9 32 9B 0 4D 1D F 142 45 34
Octal 331 62 233 0 115 35 17 502 105 64
Binary 11011001 110010 10011011 0 1001101 11101 1111 101000010 1000101 110100

Color Harmonies of #D9329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9329B

Black with #D9329B

Text Example


Text Example

White with #D9329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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