Html Css Color HEX #D255AB Mulberry

📋 copy color: '#D255AB'

red 210 ◦ green 85 ◦ blue 171

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

Shades of Mulberry #D255AB

Tints of Mulberry #D255AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.24%

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

R = 45.06%
G = 18.24%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D255AB (or 0xD255AB) is known color: Mulberry. HEX triplet: D2, 55 and AB. RGB value is (210,85,171). Sum of RGB (Red+Green+Blue) = 210+85+171=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D255AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D255AB is #2DAA54. Grayscale: #838383. Windows color (decimal): -2992725 or 11228626. OLE color: 11228626.

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

Color convert

RGB 210 85 171 -
CMYK 0 0.60 0.19 0.18
HSL 318.72º 0.58% 0.58% -
HSV(B) 318.72º 0.6% 0.82% -
XYZ 37.18 23.14 41.03 -
YUV 132.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 210 85 171 0 0.60 0.19 0.18 318.72 0.58 0.58
Hex D2 55 AB 0 3C 13 12 13F 3A 3A
Octal 322 125 253 0 74 23 22 477 72 72
Binary 11010010 1010101 10101011 0 111100 10011 10010 100111111 111010 111010

Color Harmonies of #D255AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255AB

Black with #D255AB

Text Example


Text Example

White with #D255AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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