Html Css Color HEX #D256AB Mulberry

📋 copy color: '#D256AB'

red 210 ◦ green 86 ◦ blue 171

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

Shades of Mulberry #D256AB

Tints of Mulberry #D256AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 44.97%
G = 18.42%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D256AB (or 0xD256AB) is known color: Mulberry. HEX triplet: D2, 56 and AB. RGB value is (210,86,171). Sum of RGB (Red+Green+Blue) = 210+86+171=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D256AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D256AB is #2DA954. Grayscale: #848484. Windows color (decimal): -2992469 or 11228882. OLE color: 11228882.

HSL color Cylindrical-coordinate representation of color #D256AB: hue angle of 318.87º 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 #D256AB is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 86 171 -
CMYK 0 0.59 0.19 0.18
HSL 318.87º 0.58% 0.58% -
HSV(B) 318.87º 0.59% 0.82% -
XYZ 37.26 23.3 41.06 -
YUV 132.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 210 86 171 0 0.59 0.19 0.18 318.87 0.58 0.58
Hex D2 56 AB 0 3B 13 12 13F 3A 3A
Octal 322 126 253 0 73 23 22 477 72 72
Binary 11010010 1010110 10101011 0 111011 10011 10010 100111111 111010 111010

Color Harmonies of #D256AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D256AB

Black with #D256AB

Text Example


Text Example

White with #D256AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D256AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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