Html Css Color HEX #D13CA0 Mulberry

📋 copy color: '#D13CA0'

red 209 ◦ green 60 ◦ blue 160

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

Shades of Mulberry #D13CA0

Tints of Mulberry #D13CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.3%

R = 48.72%
G = 13.99%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D13CA0 (or 0xD13CA0) is known color: Mulberry. HEX triplet: D1, 3C and A0. RGB value is (209,60,160). Sum of RGB (Red+Green+Blue) = 209+60+160=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13CA0 is #2EC35F. Grayscale: #737373. Windows color (decimal): -3064672 or 10501329. OLE color: 10501329.

HSL color Cylindrical-coordinate representation of color #D13CA0: hue angle of 319.73º 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 #D13CA0 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 60 160 -
CMYK 0 0.71 0.23 0.18
HSL 319.73º 0.62% 0.53% -
HSV(B) 319.73º 0.71% 0.82% -
XYZ 34.26 19.33 35.18 -
YUV 115.95 152.86 194.37 -
System Red Green Blue C M Y K H S L
Decimal 209 60 160 0 0.71 0.23 0.18 319.73 0.62 0.53
Hex D1 3C A0 0 47 17 12 140 3E 35
Octal 321 74 240 0 107 27 22 500 76 65
Binary 11010001 111100 10100000 0 1000111 10111 10010 101000000 111110 110101

Color Harmonies of #D13CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CA0

Black with #D13CA0

Text Example


Text Example

White with #D13CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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