Html Css Color HEX #D2479D Mulberry

📋 copy color: '#D2479D'

red 210 ◦ green 71 ◦ blue 157

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

Shades of Mulberry #D2479D

Tints of Mulberry #D2479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.84%

R = 47.95%
G = 16.21%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2479D (or 0xD2479D) is known color: Mulberry. HEX triplet: D2, 47 and 9D. RGB value is (210,71,157). Sum of RGB (Red+Green+Blue) = 210+71+157=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2479D is #2DB862. Grayscale: #7A7A7A. Windows color (decimal): -2996323 or 10307538. OLE color: 10307538.

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

Color convert

RGB 210 71 157 -
CMYK 0 0.66 0.25 0.18
HSL 322.88º 0.61% 0.55% -
HSV(B) 322.88º 0.66% 0.82% -
XYZ 34.92 20.64 34.04 -
YUV 122.37 147.55 190.51 -
System Red Green Blue C M Y K H S L
Decimal 210 71 157 0 0.66 0.25 0.18 322.88 0.61 0.55
Hex D2 47 9D 0 42 19 12 143 3D 37
Octal 322 107 235 0 102 31 22 503 75 67
Binary 11010010 1000111 10011101 0 1000010 11001 10010 101000011 111101 110111

Color Harmonies of #D2479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2479D

Black with #D2479D

Text Example


Text Example

White with #D2479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2479D; }

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

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

background-color css

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

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

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

border-color css

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

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

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