Html Css Color HEX #D8328E Deep Cerise

📋 copy color: '#D8328E'

red 216 ◦ green 50 ◦ blue 142

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

Shades of Deep Cerise #D8328E

Tints of Deep Cerise #D8328E

RGB

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

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

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

R = 52.94%
G = 12.25%
B = 34.8%

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

#D8328E (or 0xD8328E) is known color: Deep Cerise. HEX triplet: D8, 32 and 8E. RGB value is (216,50,142). Sum of RGB (Red+Green+Blue) = 216+50+142=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8328E is #27CD71. Grayscale: #6D6D6D. Windows color (decimal): -2608498 or 9319128. OLE color: 9319128.

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

Color convert

RGB 216 50 142 -
CMYK 0 0.77 0.34 0.15
HSL 326.75º 0.68% 0.52% -
HSV(B) 326.75º 0.77% 0.85% -
XYZ 34.34 18.83 27.42 -
YUV 110.12 146 203.52 -
System Red Green Blue C M Y K H S L
Decimal 216 50 142 0 0.77 0.34 0.15 326.75 0.68 0.52
Hex D8 32 8E 0 4D 22 F 147 44 34
Octal 330 62 216 0 115 42 17 507 104 64
Binary 11011000 110010 10001110 0 1001101 100010 1111 101000111 1000100 110100

Color Harmonies of #D8328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8328E

Black with #D8328E

Text Example


Text Example

White with #D8328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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