Html Css Color HEX #D13E9C Mulberry

📋 copy color: '#D13E9C'

red 209 ◦ green 62 ◦ blue 156

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

Shades of Mulberry #D13E9C

Tints of Mulberry #D13E9C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.52%

 BLUE value IS 156 (61.33% from 255) = 36.53%

R = 48.95%
G = 14.52%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D13E9C (or 0xD13E9C) is known color: Mulberry. HEX triplet: D1, 3E and 9C. RGB value is (209,62,156). Sum of RGB (Red+Green+Blue) = 209+62+156=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13E9C is #2EC163. Grayscale: #747474. Windows color (decimal): -3064164 or 10239697. OLE color: 10239697.

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

Color convert

RGB 209 62 156 -
CMYK 0 0.70 0.25 0.18
HSL 321.63º 0.62% 0.53% -
HSV(B) 321.63º 0.7% 0.82% -
XYZ 34.02 19.4 33.4 -
YUV 116.67 150.2 193.86 -
System Red Green Blue C M Y K H S L
Decimal 209 62 156 0 0.70 0.25 0.18 321.63 0.62 0.53
Hex D1 3E 9C 0 46 19 12 142 3E 35
Octal 321 76 234 0 106 31 22 502 76 65
Binary 11010001 111110 10011100 0 1000110 11001 10010 101000010 111110 110101

Color Harmonies of #D13E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13E9C

Black with #D13E9C

Text Example


Text Example

White with #D13E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13E9C; }

 p { color: rgb(209,62,156); }

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

background-color css

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

 a { background-color: rgb(209,62,156); }

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

border-color css

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

 span { border-color: rgb(209,62,156); }

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