Html Css Color HEX #D8328A Deep Cerise

📋 copy color: '#D8328A'

red 216 ◦ green 50 ◦ blue 138

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

Shades of Deep Cerise #D8328A

Tints of Deep Cerise #D8328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 53.47%
G = 12.38%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8328A (or 0xD8328A) is known color: Deep Cerise. HEX triplet: D8, 32 and 8A. RGB value is (216,50,138). Sum of RGB (Red+Green+Blue) = 216+50+138=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8328A is #27CD75. Grayscale: #6D6D6D. Windows color (decimal): -2608502 or 9056984. OLE color: 9056984.

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

Color convert

RGB 216 50 138 -
CMYK 0 0.77 0.36 0.15
HSL 328.19º 0.68% 0.52% -
HSV(B) 328.19º 0.77% 0.85% -
XYZ 34.05 18.72 25.86 -
YUV 109.67 144 203.84 -
System Red Green Blue C M Y K H S L
Decimal 216 50 138 0 0.77 0.36 0.15 328.19 0.68 0.52
Hex D8 32 8A 0 4D 24 F 148 44 34
Octal 330 62 212 0 115 44 17 510 104 64
Binary 11011000 110010 10001010 0 1001101 100100 1111 101001000 1000100 110100

Color Harmonies of #D8328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8328A

Black with #D8328A

Text Example


Text Example

White with #D8328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8328A; }

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

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

background-color css

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

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

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

border-color css

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

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

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