Html Css Color HEX #D53FA4 Mulberry

📋 copy color: '#D53FA4'

red 213 ◦ green 63 ◦ blue 164

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

Shades of Mulberry #D53FA4

Tints of Mulberry #D53FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.27%

R = 48.41%
G = 14.32%
B = 37.27%

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

#D53FA4 (or 0xD53FA4) is known color: Mulberry. HEX triplet: D5, 3F and A4. RGB value is (213,63,164). Sum of RGB (Red+Green+Blue) = 213+63+164=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53FA4 is #2AC05B. Grayscale: #777777. Windows color (decimal): -2801756 or 10764245. OLE color: 10764245.

HSL color Cylindrical-coordinate representation of color #D53FA4: hue angle of 319.6º 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 #D53FA4 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 63 164 -
CMYK 0 0.70 0.23 0.16
HSL 319.6º 0.64% 0.54% -
HSV(B) 319.6º 0.7% 0.84% -
XYZ 35.92 20.38 37.16 -
YUV 119.36 153.2 194.79 -
System Red Green Blue C M Y K H S L
Decimal 213 63 164 0 0.70 0.23 0.16 319.6 0.64 0.54
Hex D5 3F A4 0 46 17 10 140 40 36
Octal 325 77 244 0 106 27 20 500 100 66
Binary 11010101 111111 10100100 0 1000110 10111 10000 101000000 1000000 110110

Color Harmonies of #D53FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FA4

Black with #D53FA4

Text Example


Text Example

White with #D53FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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