Html Css Color HEX #D54FAB Mulberry

📋 copy color: '#D54FAB'

red 213 ◦ green 79 ◦ blue 171

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

Shades of Mulberry #D54FAB

Tints of Mulberry #D54FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.06%

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 46%
G = 17.06%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D54FAB (or 0xD54FAB) is known color: Mulberry. HEX triplet: D5, 4F and AB. RGB value is (213,79,171). Sum of RGB (Red+Green+Blue) = 213+79+171=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54FAB is #2AB054. Grayscale: #818181. Windows color (decimal): -2797653 or 11227093. OLE color: 11227093.

HSL color Cylindrical-coordinate representation of color #D54FAB: hue angle of 318.81º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54FAB is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 79 171 -
CMYK 0 0.63 0.20 0.16
HSL 318.81º 0.61% 0.57% -
HSV(B) 318.81º 0.63% 0.84% -
XYZ 37.59 22.68 40.92 -
YUV 129.55 151.39 187.52 -
System Red Green Blue C M Y K H S L
Decimal 213 79 171 0 0.63 0.20 0.16 318.81 0.61 0.57
Hex D5 4F AB 0 3F 14 10 13F 3D 39
Octal 325 117 253 0 77 24 20 477 75 71
Binary 11010101 1001111 10101011 0 111111 10100 10000 100111111 111101 111001

Color Harmonies of #D54FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54FAB

Black with #D54FAB

Text Example


Text Example

White with #D54FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54FAB; }

 p { color: rgb(213,79,171); }

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

background-color css

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

 a { background-color: rgb(213,79,171); }

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

border-color css

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

 span { border-color: rgb(213,79,171); }

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