Html Css Color HEX #D54689 Mulberry

📋 copy color: '#D54689'

red 213 ◦ green 70 ◦ blue 137

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

Shades of Mulberry #D54689

Tints of Mulberry #D54689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.67%

 BLUE value IS 137 (53.91% from 255) = 32.62%

R = 50.71%
G = 16.67%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D54689 (or 0xD54689) is known color: Mulberry. HEX triplet: D5, 46 and 89. RGB value is (213,70,137). Sum of RGB (Red+Green+Blue) = 213+70+137=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D54689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54689 is #2AB976. Grayscale: #787878. Windows color (decimal): -2799991 or 8996565. OLE color: 8996565.

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

Color convert

RGB 213 70 137 -
CMYK 0 0.67 0.36 0.16
HSL 331.89º 0.63% 0.55% -
HSV(B) 331.89º 0.67% 0.84% -
XYZ 34.15 20.33 25.79 -
YUV 120.4 137.38 194.05 -
System Red Green Blue C M Y K H S L
Decimal 213 70 137 0 0.67 0.36 0.16 331.89 0.63 0.55
Hex D5 46 89 0 43 24 10 14C 3F 37
Octal 325 106 211 0 103 44 20 514 77 67
Binary 11010101 1000110 10001001 0 1000011 100100 10000 101001100 111111 110111

Color Harmonies of #D54689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54689

Black with #D54689

Text Example


Text Example

White with #D54689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54689; }

 p { color: rgb(213,70,137); }

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

background-color css

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

 a { background-color: rgb(213,70,137); }

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

border-color css

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

 span { border-color: rgb(213,70,137); }

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