Html Css Color HEX #D256A6 Mulberry

📋 copy color: '#D256A6'

red 210 ◦ green 86 ◦ blue 166

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

Shades of Mulberry #D256A6

Tints of Mulberry #D256A6

RGB

 RED value IS 210 (82.42% from 255) = 45.45%

 GREEN value IS 86 (33.98% from 255) = 18.61%

 BLUE value IS 166 (65.23% from 255) = 35.93%

R = 45.45%
G = 18.61%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D256A6 (or 0xD256A6) is known color: Mulberry. HEX triplet: D2, 56 and A6. RGB value is (210,86,166). Sum of RGB (Red+Green+Blue) = 210+86+166=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D256A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D256A6 is #2DA959. Grayscale: #848484. Windows color (decimal): -2992474 or 10901202. OLE color: 10901202.

HSL color Cylindrical-coordinate representation of color #D256A6: hue angle of 321.29º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D256A6 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 86 166 -
CMYK 0 0.59 0.21 0.18
HSL 321.29º 0.58% 0.58% -
HSV(B) 321.29º 0.59% 0.82% -
XYZ 36.79 23.11 38.6 -
YUV 132.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 210 86 166 0 0.59 0.21 0.18 321.29 0.58 0.58
Hex D2 56 A6 0 3B 15 12 141 3A 3A
Octal 322 126 246 0 73 25 22 501 72 72
Binary 11010010 1010110 10100110 0 111011 10101 10010 101000001 111010 111010

Color Harmonies of #D256A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D256A6

Black with #D256A6

Text Example


Text Example

White with #D256A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D256A6; }

 p { color: rgb(210,86,166); }

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

background-color css

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

 a { background-color: rgb(210,86,166); }

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

border-color css

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

 span { border-color: rgb(210,86,166); }

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