Html Css Color HEX #D2479F Mulberry

📋 copy color: '#D2479F'

red 210 ◦ green 71 ◦ blue 159

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

Shades of Mulberry #D2479F

Tints of Mulberry #D2479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.14%

R = 47.73%
G = 16.14%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D2479F (or 0xD2479F) is known color: Mulberry. HEX triplet: D2, 47 and 9F. RGB value is (210,71,159). Sum of RGB (Red+Green+Blue) = 210+71+159=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2479F is #2DB860. Grayscale: #7A7A7A. Windows color (decimal): -2996321 or 10438610. OLE color: 10438610.

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

Color convert

RGB 210 71 159 -
CMYK 0 0.66 0.24 0.18
HSL 322.01º 0.61% 0.55% -
HSV(B) 322.01º 0.66% 0.82% -
XYZ 35.09 20.71 34.95 -
YUV 122.59 148.55 190.34 -
System Red Green Blue C M Y K H S L
Decimal 210 71 159 0 0.66 0.24 0.18 322.01 0.61 0.55
Hex D2 47 9F 0 42 18 12 142 3D 37
Octal 322 107 237 0 102 30 22 502 75 67
Binary 11010010 1000111 10011111 0 1000010 11000 10010 101000010 111101 110111

Color Harmonies of #D2479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2479F

Black with #D2479F

Text Example


Text Example

White with #D2479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2479F; }

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

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

background-color css

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

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

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

border-color css

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

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

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