Html Css Color HEX #D9328C Deep Cerise

📋 copy color: '#D9328C'

red 217 ◦ green 50 ◦ blue 140

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

Shades of Deep Cerise #D9328C

Tints of Deep Cerise #D9328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 53.32%
G = 12.29%
B = 34.4%

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

#D9328C (or 0xD9328C) is known color: Deep Cerise. HEX triplet: D9, 32 and 8C. RGB value is (217,50,140). Sum of RGB (Red+Green+Blue) = 217+50+140=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9328C is #26CD73. Grayscale: #6E6E6E. Windows color (decimal): -2542964 or 9188057. OLE color: 9188057.

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

Color convert

RGB 217 50 140 -
CMYK 0 0.77 0.35 0.15
HSL 327.66º 0.69% 0.52% -
HSV(B) 327.66º 0.77% 0.85% -
XYZ 34.49 18.93 26.65 -
YUV 110.19 144.83 204.18 -
System Red Green Blue C M Y K H S L
Decimal 217 50 140 0 0.77 0.35 0.15 327.66 0.69 0.52
Hex D9 32 8C 0 4D 23 F 148 45 34
Octal 331 62 214 0 115 43 17 510 105 64
Binary 11011001 110010 10001100 0 1001101 100011 1111 101001000 1000101 110100

Color Harmonies of #D9328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9328C

Black with #D9328C

Text Example


Text Example

White with #D9328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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