Html Css Color HEX #D13C9D Mulberry

📋 copy color: '#D13C9D'

red 209 ◦ green 60 ◦ blue 157

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

Shades of Mulberry #D13C9D

Tints of Mulberry #D13C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 49.06%
G = 14.08%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D13C9D (or 0xD13C9D) is known color: Mulberry. HEX triplet: D1, 3C and 9D. RGB value is (209,60,157). Sum of RGB (Red+Green+Blue) = 209+60+157=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13C9D is #2EC362. Grayscale: #737373. Windows color (decimal): -3064675 or 10304721. OLE color: 10304721.

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

Color convert

RGB 209 60 157 -
CMYK 0 0.71 0.25 0.18
HSL 320.94º 0.62% 0.53% -
HSV(B) 320.94º 0.71% 0.82% -
XYZ 34 19.22 33.82 -
YUV 115.61 151.36 194.61 -
System Red Green Blue C M Y K H S L
Decimal 209 60 157 0 0.71 0.25 0.18 320.94 0.62 0.53
Hex D1 3C 9D 0 47 19 12 141 3E 35
Octal 321 74 235 0 107 31 22 501 76 65
Binary 11010001 111100 10011101 0 1000111 11001 10010 101000001 111110 110101

Color Harmonies of #D13C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C9D

Black with #D13C9D

Text Example


Text Example

White with #D13C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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