Html Css Color HEX #D8328B Deep Cerise

📋 copy color: '#D8328B'

red 216 ◦ green 50 ◦ blue 139

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

Shades of Deep Cerise #D8328B

Tints of Deep Cerise #D8328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.32%

R = 53.33%
G = 12.35%
B = 34.32%

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

#D8328B (or 0xD8328B) is known color: Deep Cerise. HEX triplet: D8, 32 and 8B. RGB value is (216,50,139). Sum of RGB (Red+Green+Blue) = 216+50+139=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8328B is #27CD74. Grayscale: #6D6D6D. Windows color (decimal): -2608501 or 9122520. OLE color: 9122520.

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

Color convert

RGB 216 50 139 -
CMYK 0 0.77 0.36 0.15
HSL 327.83º 0.68% 0.52% -
HSV(B) 327.83º 0.77% 0.85% -
XYZ 34.12 18.74 26.25 -
YUV 109.78 144.5 203.76 -
System Red Green Blue C M Y K H S L
Decimal 216 50 139 0 0.77 0.36 0.15 327.83 0.68 0.52
Hex D8 32 8B 0 4D 24 F 148 44 34
Octal 330 62 213 0 115 44 17 510 104 64
Binary 11011000 110010 10001011 0 1001101 100100 1111 101001000 1000100 110100

Color Harmonies of #D8328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8328B

Black with #D8328B

Text Example


Text Example

White with #D8328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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