Html Css Color HEX #D8329E Deep Cerise

📋 copy color: '#D8329E'

red 216 ◦ green 50 ◦ blue 158

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

Shades of Deep Cerise #D8329E

Tints of Deep Cerise #D8329E

RGB

 RED value IS 216 (84.77% from 255) = 50.94%

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

 BLUE value IS 158 (62.11% from 255) = 37.26%

R = 50.94%
G = 11.79%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8329E (or 0xD8329E) is known color: Deep Cerise. HEX triplet: D8, 32 and 9E. RGB value is (216,50,158). Sum of RGB (Red+Green+Blue) = 216+50+158=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8329E is #27CD61. Grayscale: #6F6F6F. Windows color (decimal): -2608482 or 10367704. OLE color: 10367704.

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

Color convert

RGB 216 50 158 -
CMYK 0 0.77 0.27 0.15
HSL 320.96º 0.68% 0.52% -
HSV(B) 320.96º 0.77% 0.85% -
XYZ 35.63 19.35 34.2 -
YUV 111.95 154 202.22 -
System Red Green Blue C M Y K H S L
Decimal 216 50 158 0 0.77 0.27 0.15 320.96 0.68 0.52
Hex D8 32 9E 0 4D 1B F 141 44 34
Octal 330 62 236 0 115 33 17 501 104 64
Binary 11011000 110010 10011110 0 1001101 11011 1111 101000001 1000100 110100

Color Harmonies of #D8329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8329E

Black with #D8329E

Text Example


Text Example

White with #D8329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8329E; }

 p { color: rgb(216,50,158); }

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

background-color css

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

 a { background-color: rgb(216,50,158); }

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

border-color css

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

 span { border-color: rgb(216,50,158); }

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