Html Css Color HEX #D9328F Deep Cerise

📋 copy color: '#D9328F'

red 217 ◦ green 50 ◦ blue 143

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

Shades of Deep Cerise #D9328F

Tints of Deep Cerise #D9328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 52.93%
G = 12.2%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9328F (or 0xD9328F) is known color: Deep Cerise. HEX triplet: D9, 32 and 8F. RGB value is (217,50,143). Sum of RGB (Red+Green+Blue) = 217+50+143=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D9328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9328F is #26CD70. Grayscale: #6E6E6E. Windows color (decimal): -2542961 or 9384665. OLE color: 9384665.

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

Color convert

RGB 217 50 143 -
CMYK 0 0.77 0.34 0.15
HSL 326.59º 0.69% 0.52% -
HSV(B) 326.59º 0.77% 0.85% -
XYZ 34.71 19.02 27.83 -
YUV 110.54 146.33 203.94 -
System Red Green Blue C M Y K H S L
Decimal 217 50 143 0 0.77 0.34 0.15 326.59 0.69 0.52
Hex D9 32 8F 0 4D 22 F 147 45 34
Octal 331 62 217 0 115 42 17 507 105 64
Binary 11011001 110010 10001111 0 1001101 100010 1111 101000111 1000101 110100

Color Harmonies of #D9328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9328F

Black with #D9328F

Text Example


Text Example

White with #D9328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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