Html Css Color HEX #D2478D Mulberry

📋 copy color: '#D2478D'

red 210 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #D2478D

Tints of Mulberry #D2478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.82%

 BLUE value IS 141 (55.47% from 255) = 33.41%

R = 49.76%
G = 16.82%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2478D (or 0xD2478D) is known color: Mulberry. HEX triplet: D2, 47 and 8D. RGB value is (210,71,141). Sum of RGB (Red+Green+Blue) = 210+71+141=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2478D is #2DB872. Grayscale: #787878. Windows color (decimal): -2996339 or 9258962. OLE color: 9258962.

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

Color convert

RGB 210 71 141 -
CMYK 0 0.66 0.33 0.18
HSL 329.78º 0.61% 0.55% -
HSV(B) 329.78º 0.66% 0.82% -
XYZ 33.64 20.13 27.31 -
YUV 120.54 139.55 191.81 -
System Red Green Blue C M Y K H S L
Decimal 210 71 141 0 0.66 0.33 0.18 329.78 0.61 0.55
Hex D2 47 8D 0 42 21 12 14A 3D 37
Octal 322 107 215 0 102 41 22 512 75 67
Binary 11010010 1000111 10001101 0 1000010 100001 10010 101001010 111101 110111

Color Harmonies of #D2478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2478D

Black with #D2478D

Text Example


Text Example

White with #D2478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2478D; }

 p { color: rgb(210,71,141); }

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

background-color css

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

 a { background-color: rgb(210,71,141); }

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

border-color css

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

 span { border-color: rgb(210,71,141); }

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