Html Css Color HEX #D2478C Mulberry

📋 copy color: '#D2478C'

red 210 ◦ green 71 ◦ blue 140

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

Shades of Mulberry #D2478C

Tints of Mulberry #D2478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.25%

R = 49.88%
G = 16.86%
B = 33.25%

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

#D2478C (or 0xD2478C) is known color: Mulberry. HEX triplet: D2, 47 and 8C. RGB value is (210,71,140). Sum of RGB (Red+Green+Blue) = 210+71+140=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2478C is #2DB873. Grayscale: #787878. Windows color (decimal): -2996340 or 9193426. OLE color: 9193426.

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

Color convert

RGB 210 71 140 -
CMYK 0 0.66 0.33 0.18
HSL 330.22º 0.61% 0.55% -
HSV(B) 330.22º 0.66% 0.82% -
XYZ 33.57 20.1 26.92 -
YUV 120.43 139.05 191.89 -
System Red Green Blue C M Y K H S L
Decimal 210 71 140 0 0.66 0.33 0.18 330.22 0.61 0.55
Hex D2 47 8C 0 42 21 12 14A 3D 37
Octal 322 107 214 0 102 41 22 512 75 67
Binary 11010010 1000111 10001100 0 1000010 100001 10010 101001010 111101 110111

Color Harmonies of #D2478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2478C

Black with #D2478C

Text Example


Text Example

White with #D2478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2478C; }

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

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

background-color css

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

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

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

border-color css

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

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

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