Html Css Color HEX #D240AA Mulberry

📋 copy color: '#D240AA'

red 210 ◦ green 64 ◦ blue 170

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

Shades of Mulberry #D240AA

Tints of Mulberry #D240AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.41%

 BLUE value IS 170 (66.8% from 255) = 38.29%

R = 47.3%
G = 14.41%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D240AA (or 0xD240AA) is known color: Mulberry. HEX triplet: D2, 40 and AA. RGB value is (210,64,170). Sum of RGB (Red+Green+Blue) = 210+64+170=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D240AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D240AA is #2DBF55. Grayscale: #777777. Windows color (decimal): -2998102 or 11157714. OLE color: 11157714.

HSL color Cylindrical-coordinate representation of color #D240AA: hue angle of 316.44º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D240AA is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 170 -
CMYK 0 0.70 0.19 0.18
HSL 316.44º 0.62% 0.54% -
HSV(B) 316.44º 0.7% 0.82% -
XYZ 35.67 20.27 40.06 -
YUV 119.74 156.37 192.38 -
System Red Green Blue C M Y K H S L
Decimal 210 64 170 0 0.70 0.19 0.18 316.44 0.62 0.54
Hex D2 40 AA 0 46 13 12 13C 3E 36
Octal 322 100 252 0 106 23 22 474 76 66
Binary 11010010 1000000 10101010 0 1000110 10011 10010 100111100 111110 110110

Color Harmonies of #D240AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D240AA

Black with #D240AA

Text Example


Text Example

White with #D240AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D240AA; }

 p { color: rgb(210,64,170); }

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

background-color css

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

 a { background-color: rgb(210,64,170); }

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

border-color css

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

 span { border-color: rgb(210,64,170); }

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