Html Css Color HEX #D2488E Mulberry

📋 copy color: '#D2488E'

red 210 ◦ green 72 ◦ blue 142

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

Shades of Mulberry #D2488E

Tints of Mulberry #D2488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.98%

 BLUE value IS 142 (55.86% from 255) = 33.49%

R = 49.53%
G = 16.98%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2488E (or 0xD2488E) is known color: Mulberry. HEX triplet: D2, 48 and 8E. RGB value is (210,72,142). Sum of RGB (Red+Green+Blue) = 210+72+142=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D2488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2488E is #2DB771. Grayscale: #797979. Windows color (decimal): -2996082 or 9324754. OLE color: 9324754.

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

Color convert

RGB 210 72 142 -
CMYK 0 0.66 0.32 0.18
HSL 329.57º 0.61% 0.55% -
HSV(B) 329.57º 0.66% 0.82% -
XYZ 33.78 20.29 27.73 -
YUV 121.24 139.72 191.31 -
System Red Green Blue C M Y K H S L
Decimal 210 72 142 0 0.66 0.32 0.18 329.57 0.61 0.55
Hex D2 48 8E 0 42 20 12 14A 3D 37
Octal 322 110 216 0 102 40 22 512 75 67
Binary 11010010 1001000 10001110 0 1000010 100000 10010 101001010 111101 110111

Color Harmonies of #D2488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2488E

Black with #D2488E

Text Example


Text Example

White with #D2488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2488E; }

 p { color: rgb(210,72,142); }

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

background-color css

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

 a { background-color: rgb(210,72,142); }

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

border-color css

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

 span { border-color: rgb(210,72,142); }

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