Html Css Color HEX #D54FA7 Mulberry

📋 copy color: '#D54FA7'

red 213 ◦ green 79 ◦ blue 167

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

Shades of Mulberry #D54FA7

Tints of Mulberry #D54FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.38%

R = 46.41%
G = 17.21%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D54FA7 (or 0xD54FA7) is known color: Mulberry. HEX triplet: D5, 4F and A7. RGB value is (213,79,167). Sum of RGB (Red+Green+Blue) = 213+79+167=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54FA7 is #2AB058. Grayscale: #808080. Windows color (decimal): -2797657 or 10964949. OLE color: 10964949.

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

Color convert

RGB 213 79 167 -
CMYK 0 0.63 0.22 0.16
HSL 320.6º 0.61% 0.57% -
HSV(B) 320.6º 0.63% 0.84% -
XYZ 37.21 22.53 38.95 -
YUV 129.1 149.39 187.84 -
System Red Green Blue C M Y K H S L
Decimal 213 79 167 0 0.63 0.22 0.16 320.6 0.61 0.57
Hex D5 4F A7 0 3F 16 10 141 3D 39
Octal 325 117 247 0 77 26 20 501 75 71
Binary 11010101 1001111 10100111 0 111111 10110 10000 101000001 111101 111001

Color Harmonies of #D54FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54FA7

Black with #D54FA7

Text Example


Text Example

White with #D54FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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