Html Css Color HEX #D2518A Mulberry

📋 copy color: '#D2518A'

red 210 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #D2518A

Tints of Mulberry #D2518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.88%

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

R = 48.95%
G = 18.88%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2518A (or 0xD2518A) is known color: Mulberry. HEX triplet: D2, 51 and 8A. RGB value is (210,81,138). Sum of RGB (Red+Green+Blue) = 210+81+138=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2518A is #2DAE75. Grayscale: #7D7D7D. Windows color (decimal): -2993782 or 9064914. OLE color: 9064914.

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

Color convert

RGB 210 81 138 -
CMYK 0 0.61 0.34 0.18
HSL 333.49º 0.59% 0.57% -
HSV(B) 333.49º 0.61% 0.82% -
XYZ 34.11 21.42 26.38 -
YUV 126.07 134.74 187.87 -
System Red Green Blue C M Y K H S L
Decimal 210 81 138 0 0.61 0.34 0.18 333.49 0.59 0.57
Hex D2 51 8A 0 3D 22 12 14D 3B 39
Octal 322 121 212 0 75 42 22 515 73 71
Binary 11010010 1010001 10001010 0 111101 100010 10010 101001101 111011 111001

Color Harmonies of #D2518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2518A

Black with #D2518A

Text Example


Text Example

White with #D2518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2518A; }

 p { color: rgb(210,81,138); }

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

background-color css

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

 a { background-color: rgb(210,81,138); }

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

border-color css

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

 span { border-color: rgb(210,81,138); }

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