Html Css Color HEX #D3508B Mulberry

📋 copy color: '#D3508B'

red 211 ◦ green 80 ◦ blue 139

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

Shades of Mulberry #D3508B

Tints of Mulberry #D3508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.6%

 BLUE value IS 139 (54.69% from 255) = 32.33%

R = 49.07%
G = 18.6%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3508B (or 0xD3508B) is known color: Mulberry. HEX triplet: D3, 50 and 8B. RGB value is (211,80,139). Sum of RGB (Red+Green+Blue) = 211+80+139=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D3508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3508B is #2CAF74. Grayscale: #7D7D7D. Windows color (decimal): -2928501 or 9130195. OLE color: 9130195.

HSL color Cylindrical-coordinate representation of color #D3508B: hue angle of 332.98º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3508B is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 80 139 -
CMYK 0 0.62 0.34 0.17
HSL 332.98º 0.6% 0.57% -
HSV(B) 332.98º 0.62% 0.83% -
XYZ 34.39 21.45 26.75 -
YUV 125.9 135.4 188.7 -
System Red Green Blue C M Y K H S L
Decimal 211 80 139 0 0.62 0.34 0.17 332.98 0.6 0.57
Hex D3 50 8B 0 3E 22 11 14D 3C 39
Octal 323 120 213 0 76 42 21 515 74 71
Binary 11010011 1010000 10001011 0 111110 100010 10001 101001101 111100 111001

Color Harmonies of #D3508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3508B

Black with #D3508B

Text Example


Text Example

White with #D3508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3508B; }

 p { color: rgb(211,80,139); }

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

background-color css

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

 a { background-color: rgb(211,80,139); }

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

border-color css

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

 span { border-color: rgb(211,80,139); }

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