Html Css Color HEX #D8328D Deep Cerise

📋 copy color: '#D8328D'

red 216 ◦ green 50 ◦ blue 141

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

Shades of Deep Cerise #D8328D

Tints of Deep Cerise #D8328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.64%

R = 53.07%
G = 12.29%
B = 34.64%

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

#D8328D (or 0xD8328D) is known color: Deep Cerise. HEX triplet: D8, 32 and 8D. RGB value is (216,50,141). Sum of RGB (Red+Green+Blue) = 216+50+141=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8328D is #27CD72. Grayscale: #6D6D6D. Windows color (decimal): -2608499 or 9253592. OLE color: 9253592.

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

Color convert

RGB 216 50 141 -
CMYK 0 0.77 0.35 0.15
HSL 327.11º 0.68% 0.52% -
HSV(B) 327.11º 0.77% 0.85% -
XYZ 34.27 18.8 27.02 -
YUV 110.01 145.5 203.6 -
System Red Green Blue C M Y K H S L
Decimal 216 50 141 0 0.77 0.35 0.15 327.11 0.68 0.52
Hex D8 32 8D 0 4D 23 F 147 44 34
Octal 330 62 215 0 115 43 17 507 104 64
Binary 11011000 110010 10001101 0 1001101 100011 1111 101000111 1000100 110100

Color Harmonies of #D8328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8328D

Black with #D8328D

Text Example


Text Example

White with #D8328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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