Html Css Color HEX #D9328D Deep Cerise

📋 copy color: '#D9328D'

red 217 ◦ green 50 ◦ blue 141

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

Shades of Deep Cerise #D9328D

Tints of Deep Cerise #D9328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.56%

R = 53.19%
G = 12.25%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9328D (or 0xD9328D) is known color: Deep Cerise. HEX triplet: D9, 32 and 8D. RGB value is (217,50,141). Sum of RGB (Red+Green+Blue) = 217+50+141=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9328D is #26CD72. Grayscale: #6E6E6E. Windows color (decimal): -2542963 or 9253593. OLE color: 9253593.

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

Color convert

RGB 217 50 141 -
CMYK 0 0.77 0.35 0.15
HSL 327.31º 0.69% 0.52% -
HSV(B) 327.31º 0.77% 0.85% -
XYZ 34.56 18.96 27.04 -
YUV 110.31 145.33 204.1 -
System Red Green Blue C M Y K H S L
Decimal 217 50 141 0 0.77 0.35 0.15 327.31 0.69 0.52
Hex D9 32 8D 0 4D 23 F 147 45 34
Octal 331 62 215 0 115 43 17 507 105 64
Binary 11011001 110010 10001101 0 1001101 100011 1111 101000111 1000101 110100

Color Harmonies of #D9328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9328D

Black with #D9328D

Text Example


Text Example

White with #D9328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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