Html Css Color HEX #D13BAB Mulberry

📋 copy color: '#D13BAB'

red 209 ◦ green 59 ◦ blue 171

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

Shades of Mulberry #D13BAB

Tints of Mulberry #D13BAB

RGB

 RED value IS 209 (82.03% from 255) = 47.61%

 GREEN value IS 59 (23.44% from 255) = 13.44%

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 47.61%
G = 13.44%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D13BAB (or 0xD13BAB) is known color: Mulberry. HEX triplet: D1, 3B and AB. RGB value is (209,59,171). Sum of RGB (Red+Green+Blue) = 209+59+171=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D13BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13BAB is #2EC454. Grayscale: #747474. Windows color (decimal): -3064917 or 11221969. OLE color: 11221969.

HSL color Cylindrical-coordinate representation of color #D13BAB: hue angle of 315.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13BAB is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 59 171 -
CMYK 0 0.72 0.18 0.18
HSL 315.2º 0.62% 0.53% -
HSV(B) 315.2º 0.72% 0.82% -
XYZ 35.21 19.62 40.46 -
YUV 116.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 209 59 171 0 0.72 0.18 0.18 315.2 0.62 0.53
Hex D1 3B AB 0 48 12 12 13B 3E 35
Octal 321 73 253 0 110 22 22 473 76 65
Binary 11010001 111011 10101011 0 1001000 10010 10010 100111011 111110 110101

Color Harmonies of #D13BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13BAB

Black with #D13BAB

Text Example


Text Example

White with #D13BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13BAB; }

 p { color: rgb(209,59,171); }

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

background-color css

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

 a { background-color: rgb(209,59,171); }

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

border-color css

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

 span { border-color: rgb(209,59,171); }

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