Html Css Color HEX #D9328E Deep Cerise

📋 copy color: '#D9328E'

red 217 ◦ green 50 ◦ blue 142

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

Shades of Deep Cerise #D9328E

Tints of Deep Cerise #D9328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.72%

R = 53.06%
G = 12.22%
B = 34.72%

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

#D9328E (or 0xD9328E) is known color: Deep Cerise. HEX triplet: D9, 32 and 8E. RGB value is (217,50,142). Sum of RGB (Red+Green+Blue) = 217+50+142=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9328E is #26CD71. Grayscale: #6E6E6E. Windows color (decimal): -2542962 or 9319129. OLE color: 9319129.

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

Color convert

RGB 217 50 142 -
CMYK 0 0.77 0.35 0.15
HSL 326.95º 0.69% 0.52% -
HSV(B) 326.95º 0.77% 0.85% -
XYZ 34.64 18.99 27.43 -
YUV 110.42 145.83 204.02 -
System Red Green Blue C M Y K H S L
Decimal 217 50 142 0 0.77 0.35 0.15 326.95 0.69 0.52
Hex D9 32 8E 0 4D 23 F 147 45 34
Octal 331 62 216 0 115 43 17 507 105 64
Binary 11011001 110010 10001110 0 1001101 100011 1111 101000111 1000101 110100

Color Harmonies of #D9328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9328E

Black with #D9328E

Text Example


Text Example

White with #D9328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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