Html Css Color HEX #D3488A Mulberry

📋 copy color: '#D3488A'

red 211 ◦ green 72 ◦ blue 138

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

Shades of Mulberry #D3488A

Tints of Mulberry #D3488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.78%

R = 50.12%
G = 17.1%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D3488A (or 0xD3488A) is known color: Mulberry. HEX triplet: D3, 48 and 8A. RGB value is (211,72,138). Sum of RGB (Red+Green+Blue) = 211+72+138=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D3488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3488A is #2CB775. Grayscale: #787878. Windows color (decimal): -2930550 or 9062611. OLE color: 9062611.

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

Color convert

RGB 211 72 138 -
CMYK 0 0.66 0.35 0.17
HSL 331.51º 0.61% 0.55% -
HSV(B) 331.51º 0.66% 0.83% -
XYZ 33.77 20.32 26.19 -
YUV 121.09 137.55 192.13 -
System Red Green Blue C M Y K H S L
Decimal 211 72 138 0 0.66 0.35 0.17 331.51 0.61 0.55
Hex D3 48 8A 0 42 23 11 14C 3D 37
Octal 323 110 212 0 102 43 21 514 75 67
Binary 11010011 1001000 10001010 0 1000010 100011 10001 101001100 111101 110111

Color Harmonies of #D3488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3488A

Black with #D3488A

Text Example


Text Example

White with #D3488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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