Html Css Color HEX #D8468B Mulberry

📋 copy color: '#D8468B'

red 216 ◦ green 70 ◦ blue 139

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

Shades of Mulberry #D8468B

Tints of Mulberry #D8468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.47%

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

R = 50.82%
G = 16.47%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8468B (or 0xD8468B) is known color: Mulberry. HEX triplet: D8, 46 and 8B. RGB value is (216,70,139). Sum of RGB (Red+Green+Blue) = 216+70+139=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8468B is #27B974. Grayscale: #797979. Windows color (decimal): -2603381 or 9127640. OLE color: 9127640.

HSL color Cylindrical-coordinate representation of color #D8468B: hue angle of 331.64º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8468B is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 70 139 -
CMYK 0 0.68 0.36 0.15
HSL 331.64º 0.65% 0.56% -
HSV(B) 331.64º 0.68% 0.85% -
XYZ 35.17 20.84 26.6 -
YUV 121.52 137.87 195.39 -
System Red Green Blue C M Y K H S L
Decimal 216 70 139 0 0.68 0.36 0.15 331.64 0.65 0.56
Hex D8 46 8B 0 44 24 F 14C 41 38
Octal 330 106 213 0 104 44 17 514 101 70
Binary 11011000 1000110 10001011 0 1000100 100100 1111 101001100 1000001 111000

Color Harmonies of #D8468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8468B

Black with #D8468B

Text Example


Text Example

White with #D8468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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