Html Css Color HEX #D13CA7 Mulberry

📋 copy color: '#D13CA7'

red 209 ◦ green 60 ◦ blue 167

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

Shades of Mulberry #D13CA7

Tints of Mulberry #D13CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.3%

R = 47.94%
G = 13.76%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D13CA7 (or 0xD13CA7) is known color: Mulberry. HEX triplet: D1, 3C and A7. RGB value is (209,60,167). Sum of RGB (Red+Green+Blue) = 209+60+167=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13CA7 is #2EC358. Grayscale: #747474. Windows color (decimal): -3064665 or 10960081. OLE color: 10960081.

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

Color convert

RGB 209 60 167 -
CMYK 0 0.71 0.20 0.18
HSL 316.91º 0.62% 0.53% -
HSV(B) 316.91º 0.71% 0.82% -
XYZ 34.89 19.58 38.5 -
YUV 116.75 156.36 193.8 -
System Red Green Blue C M Y K H S L
Decimal 209 60 167 0 0.71 0.20 0.18 316.91 0.62 0.53
Hex D1 3C A7 0 47 14 12 13D 3E 35
Octal 321 74 247 0 107 24 22 475 76 65
Binary 11010001 111100 10100111 0 1000111 10100 10010 100111101 111110 110101

Color Harmonies of #D13CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CA7

Black with #D13CA7

Text Example


Text Example

White with #D13CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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