Html Css Color HEX #D8328F Deep Cerise

📋 copy color: '#D8328F'

red 216 ◦ green 50 ◦ blue 143

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

Shades of Deep Cerise #D8328F

Tints of Deep Cerise #D8328F

RGB

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

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

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

R = 52.81%
G = 12.22%
B = 34.96%

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

#D8328F (or 0xD8328F) is known color: Deep Cerise. HEX triplet: D8, 32 and 8F. RGB value is (216,50,143). Sum of RGB (Red+Green+Blue) = 216+50+143=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8328F is #27CD70. Grayscale: #6E6E6E. Windows color (decimal): -2608497 or 9384664. OLE color: 9384664.

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

Color convert

RGB 216 50 143 -
CMYK 0 0.77 0.34 0.15
HSL 326.39º 0.68% 0.52% -
HSV(B) 326.39º 0.77% 0.85% -
XYZ 34.42 18.86 27.81 -
YUV 110.24 146.5 203.44 -
System Red Green Blue C M Y K H S L
Decimal 216 50 143 0 0.77 0.34 0.15 326.39 0.68 0.52
Hex D8 32 8F 0 4D 22 F 146 44 34
Octal 330 62 217 0 115 42 17 506 104 64
Binary 11011000 110010 10001111 0 1001101 100010 1111 101000110 1000100 110100

Color Harmonies of #D8328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8328F

Black with #D8328F

Text Example


Text Example

White with #D8328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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