Html Css Color HEX #D13CAB Mulberry

📋 copy color: '#D13CAB'

red 209 ◦ green 60 ◦ blue 171

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

Shades of Mulberry #D13CAB

Tints of Mulberry #D13CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.64%

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

R = 47.5%
G = 13.64%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D13CAB (or 0xD13CAB) is known color: Mulberry. HEX triplet: D1, 3C and AB. RGB value is (209,60,171). Sum of RGB (Red+Green+Blue) = 209+60+171=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13CAB is #2EC354. Grayscale: #747474. Windows color (decimal): -3064661 or 11222225. OLE color: 11222225.

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

Color convert

RGB 209 60 171 -
CMYK 0 0.71 0.18 0.18
HSL 315.3º 0.62% 0.53% -
HSV(B) 315.3º 0.71% 0.82% -
XYZ 35.26 19.73 40.48 -
YUV 117.21 158.36 193.47 -
System Red Green Blue C M Y K H S L
Decimal 209 60 171 0 0.71 0.18 0.18 315.3 0.62 0.53
Hex D1 3C AB 0 47 12 12 13B 3E 35
Octal 321 74 253 0 107 22 22 473 76 65
Binary 11010001 111100 10101011 0 1000111 10010 10010 100111011 111110 110101

Color Harmonies of #D13CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CAB

Black with #D13CAB

Text Example


Text Example

White with #D13CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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