Html Css Color HEX #D13CA2 Mulberry

📋 copy color: '#D13CA2'

red 209 ◦ green 60 ◦ blue 162

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

Shades of Mulberry #D13CA2

Tints of Mulberry #D13CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.59%

R = 48.49%
G = 13.92%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D13CA2 (or 0xD13CA2) is known color: Mulberry. HEX triplet: D1, 3C and A2. RGB value is (209,60,162). Sum of RGB (Red+Green+Blue) = 209+60+162=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13CA2 is #2EC35D. Grayscale: #737373. Windows color (decimal): -3064670 or 10632401. OLE color: 10632401.

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

Color convert

RGB 209 60 162 -
CMYK 0 0.71 0.22 0.18
HSL 318.93º 0.62% 0.53% -
HSV(B) 318.93º 0.71% 0.82% -
XYZ 34.43 19.4 36.11 -
YUV 116.18 153.86 194.21 -
System Red Green Blue C M Y K H S L
Decimal 209 60 162 0 0.71 0.22 0.18 318.93 0.62 0.53
Hex D1 3C A2 0 47 16 12 13F 3E 35
Octal 321 74 242 0 107 26 22 477 76 65
Binary 11010001 111100 10100010 0 1000111 10110 10010 100111111 111110 110101

Color Harmonies of #D13CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CA2

Black with #D13CA2

Text Example


Text Example

White with #D13CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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