Html Css Color HEX #D54690 Mulberry

📋 copy color: '#D54690'

red 213 ◦ green 70 ◦ blue 144

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

Shades of Mulberry #D54690

Tints of Mulberry #D54690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.72%

R = 49.88%
G = 16.39%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D54690 (or 0xD54690) is known color: Mulberry. HEX triplet: D5, 46 and 90. RGB value is (213,70,144). Sum of RGB (Red+Green+Blue) = 213+70+144=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D54690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54690 is #2AB96F. Grayscale: #797979. Windows color (decimal): -2799984 or 9455317. OLE color: 9455317.

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

Color convert

RGB 213 70 144 -
CMYK 0 0.67 0.32 0.16
HSL 328.95º 0.63% 0.55% -
HSV(B) 328.95º 0.67% 0.84% -
XYZ 34.66 20.54 28.52 -
YUV 121.19 140.88 193.48 -
System Red Green Blue C M Y K H S L
Decimal 213 70 144 0 0.67 0.32 0.16 328.95 0.63 0.55
Hex D5 46 90 0 43 20 10 149 3F 37
Octal 325 106 220 0 103 40 20 511 77 67
Binary 11010101 1000110 10010000 0 1000011 100000 10000 101001001 111111 110111

Color Harmonies of #D54690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54690

Black with #D54690

Text Example


Text Example

White with #D54690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54690; }

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

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

background-color css

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

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

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

border-color css

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

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

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