Html Css Color HEX #D240A9 Mulberry

📋 copy color: '#D240A9'

red 210 ◦ green 64 ◦ blue 169

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

Shades of Mulberry #D240A9

Tints of Mulberry #D240A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 38.15%

R = 47.4%
G = 14.45%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D240A9 (or 0xD240A9) is known color: Mulberry. HEX triplet: D2, 40 and A9. RGB value is (210,64,169). Sum of RGB (Red+Green+Blue) = 210+64+169=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D240A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D240A9 is #2DBF56. Grayscale: #777777. Windows color (decimal): -2998103 or 11092178. OLE color: 11092178.

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

Color convert

RGB 210 64 169 -
CMYK 0 0.70 0.20 0.18
HSL 316.85º 0.62% 0.54% -
HSV(B) 316.85º 0.7% 0.82% -
XYZ 35.57 20.23 39.57 -
YUV 119.62 155.87 192.46 -
System Red Green Blue C M Y K H S L
Decimal 210 64 169 0 0.70 0.20 0.18 316.85 0.62 0.54
Hex D2 40 A9 0 46 14 12 13D 3E 36
Octal 322 100 251 0 106 24 22 475 76 66
Binary 11010010 1000000 10101001 0 1000110 10100 10010 100111101 111110 110110

Color Harmonies of #D240A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D240A9

Black with #D240A9

Text Example


Text Example

White with #D240A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D240A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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