Html Css Color HEX #D240A2 Mulberry

📋 copy color: '#D240A2'

red 210 ◦ green 64 ◦ blue 162

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

Shades of Mulberry #D240A2

Tints of Mulberry #D240A2

RGB

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

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

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

R = 48.17%
G = 14.68%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D240A2 (or 0xD240A2) is known color: Mulberry. HEX triplet: D2, 40 and A2. RGB value is (210,64,162). Sum of RGB (Red+Green+Blue) = 210+64+162=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D240A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D240A2 is #2DBF5D. Grayscale: #767676. Windows color (decimal): -2998110 or 10633426. OLE color: 10633426.

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

Color convert

RGB 210 64 162 -
CMYK 0 0.70 0.23 0.18
HSL 319.73º 0.62% 0.54% -
HSV(B) 319.73º 0.7% 0.82% -
XYZ 34.93 19.98 36.2 -
YUV 118.83 152.37 193.03 -
System Red Green Blue C M Y K H S L
Decimal 210 64 162 0 0.70 0.23 0.18 319.73 0.62 0.54
Hex D2 40 A2 0 46 17 12 140 3E 36
Octal 322 100 242 0 106 27 22 500 76 66
Binary 11010010 1000000 10100010 0 1000110 10111 10010 101000000 111110 110110

Color Harmonies of #D240A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D240A2

Black with #D240A2

Text Example


Text Example

White with #D240A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D240A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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