Html Css Color HEX #D53FA5 Mulberry

📋 copy color: '#D53FA5'

red 213 ◦ green 63 ◦ blue 165

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

Shades of Mulberry #D53FA5

Tints of Mulberry #D53FA5

RGB

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

 GREEN value IS 63 (25% from 255) = 14.29%

 BLUE value IS 165 (64.84% from 255) = 37.41%

R = 48.3%
G = 14.29%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D53FA5 (or 0xD53FA5) is known color: Mulberry. HEX triplet: D5, 3F and A5. RGB value is (213,63,165). Sum of RGB (Red+Green+Blue) = 213+63+165=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53FA5 is #2AC05A. Grayscale: #777777. Windows color (decimal): -2801755 or 10829781. OLE color: 10829781.

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

Color convert

RGB 213 63 165 -
CMYK 0 0.70 0.23 0.16
HSL 319.2º 0.64% 0.54% -
HSV(B) 319.2º 0.7% 0.84% -
XYZ 36.01 20.42 37.64 -
YUV 119.48 153.7 194.71 -
System Red Green Blue C M Y K H S L
Decimal 213 63 165 0 0.70 0.23 0.16 319.2 0.64 0.54
Hex D5 3F A5 0 46 17 10 13F 40 36
Octal 325 77 245 0 106 27 20 477 100 66
Binary 11010101 111111 10100101 0 1000110 10111 10000 100111111 1000000 110110

Color Harmonies of #D53FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FA5

Black with #D53FA5

Text Example


Text Example

White with #D53FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FA5; }

 p { color: rgb(213,63,165); }

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

background-color css

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

 a { background-color: rgb(213,63,165); }

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

border-color css

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

 span { border-color: rgb(213,63,165); }

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