Html Css Color HEX #D255A2 Mulberry

📋 copy color: '#D255A2'

red 210 ◦ green 85 ◦ blue 162

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

Shades of Mulberry #D255A2

Tints of Mulberry #D255A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.45%

R = 45.95%
G = 18.6%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D255A2 (or 0xD255A2) is known color: Mulberry. HEX triplet: D2, 55 and A2. RGB value is (210,85,162). Sum of RGB (Red+Green+Blue) = 210+85+162=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D255A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D255A2 is #2DAA5D. Grayscale: #828282. Windows color (decimal): -2992734 or 10638802. OLE color: 10638802.

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

Color convert

RGB 210 85 162 -
CMYK 0 0.60 0.23 0.18
HSL 323.04º 0.58% 0.58% -
HSV(B) 323.04º 0.6% 0.82% -
XYZ 36.35 22.81 36.67 -
YUV 131.15 145.41 184.24 -
System Red Green Blue C M Y K H S L
Decimal 210 85 162 0 0.60 0.23 0.18 323.04 0.58 0.58
Hex D2 55 A2 0 3C 17 12 143 3A 3A
Octal 322 125 242 0 74 27 22 503 72 72
Binary 11010010 1010101 10100010 0 111100 10111 10010 101000011 111010 111010

Color Harmonies of #D255A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255A2

Black with #D255A2

Text Example


Text Example

White with #D255A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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