Html Css Color HEX #D53DA6 Mulberry

📋 copy color: '#D53DA6'

red 213 ◦ green 61 ◦ blue 166

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

Shades of Mulberry #D53DA6

Tints of Mulberry #D53DA6

RGB

 RED value IS 213 (83.59% from 255) = 48.41%

 GREEN value IS 61 (24.22% from 255) = 13.86%

 BLUE value IS 166 (65.23% from 255) = 37.73%

R = 48.41%
G = 13.86%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D53DA6 (or 0xD53DA6) is known color: Mulberry. HEX triplet: D5, 3D and A6. RGB value is (213,61,166). Sum of RGB (Red+Green+Blue) = 213+61+166=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53DA6 is #2AC259. Grayscale: #767676. Windows color (decimal): -2802266 or 10894805. OLE color: 10894805.

HSL color Cylindrical-coordinate representation of color #D53DA6: hue angle of 318.55º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53DA6 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 61 166 -
CMYK 0 0.71 0.22 0.16
HSL 318.55º 0.64% 0.54% -
HSV(B) 318.55º 0.71% 0.84% -
XYZ 35.99 20.24 38.09 -
YUV 118.42 154.86 195.46 -
System Red Green Blue C M Y K H S L
Decimal 213 61 166 0 0.71 0.22 0.16 318.55 0.64 0.54
Hex D5 3D A6 0 47 16 10 13F 40 36
Octal 325 75 246 0 107 26 20 477 100 66
Binary 11010101 111101 10100110 0 1000111 10110 10000 100111111 1000000 110110

Color Harmonies of #D53DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DA6

Black with #D53DA6

Text Example


Text Example

White with #D53DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DA6; }

 p { color: rgb(213,61,166); }

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

background-color css

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

 a { background-color: rgb(213,61,166); }

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

border-color css

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

 span { border-color: rgb(213,61,166); }

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