Html Css Color HEX #D3488D Mulberry

📋 copy color: '#D3488D'

red 211 ◦ green 72 ◦ blue 141

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

Shades of Mulberry #D3488D

Tints of Mulberry #D3488D

RGB

 RED value IS 211 (82.81% from 255) = 49.76%

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

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

R = 49.76%
G = 16.98%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3488D (or 0xD3488D) is known color: Mulberry. HEX triplet: D3, 48 and 8D. RGB value is (211,72,141). Sum of RGB (Red+Green+Blue) = 211+72+141=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D3488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3488D is #2CB772. Grayscale: #797979. Windows color (decimal): -2930547 or 9259219. OLE color: 9259219.

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

Color convert

RGB 211 72 141 -
CMYK 0 0.66 0.33 0.17
HSL 330.22º 0.61% 0.55% -
HSV(B) 330.22º 0.66% 0.83% -
XYZ 33.99 20.41 27.35 -
YUV 121.43 139.05 191.89 -
System Red Green Blue C M Y K H S L
Decimal 211 72 141 0 0.66 0.33 0.17 330.22 0.61 0.55
Hex D3 48 8D 0 42 21 11 14A 3D 37
Octal 323 110 215 0 102 41 21 512 75 67
Binary 11010011 1001000 10001101 0 1000010 100001 10001 101001010 111101 110111

Color Harmonies of #D3488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3488D

Black with #D3488D

Text Example


Text Example

White with #D3488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3488D; }

 p { color: rgb(211,72,141); }

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

background-color css

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

 a { background-color: rgb(211,72,141); }

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

border-color css

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

 span { border-color: rgb(211,72,141); }

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