Html Css Color HEX #D8468A Mulberry

📋 copy color: '#D8468A'

red 216 ◦ green 70 ◦ blue 138

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

Shades of Mulberry #D8468A

Tints of Mulberry #D8468A

RGB

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

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

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

R = 50.94%
G = 16.51%
B = 32.55%

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

#D8468A (or 0xD8468A) is known color: Mulberry. HEX triplet: D8, 46 and 8A. RGB value is (216,70,138). Sum of RGB (Red+Green+Blue) = 216+70+138=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8468A is #27B975. Grayscale: #797979. Windows color (decimal): -2603382 or 9062104. OLE color: 9062104.

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

Color convert

RGB 216 70 138 -
CMYK 0 0.68 0.36 0.15
HSL 332.05º 0.65% 0.56% -
HSV(B) 332.05º 0.68% 0.85% -
XYZ 35.1 20.81 26.21 -
YUV 121.41 137.37 195.47 -
System Red Green Blue C M Y K H S L
Decimal 216 70 138 0 0.68 0.36 0.15 332.05 0.65 0.56
Hex D8 46 8A 0 44 24 F 14C 41 38
Octal 330 106 212 0 104 44 17 514 101 70
Binary 11011000 1000110 10001010 0 1000100 100100 1111 101001100 1000001 111000

Color Harmonies of #D8468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8468A

Black with #D8468A

Text Example


Text Example

White with #D8468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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