Html Css Color HEX #D54695 Mulberry

📋 copy color: '#D54695'

red 213 ◦ green 70 ◦ blue 149

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

Shades of Mulberry #D54695

Tints of Mulberry #D54695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 49.31%
G = 16.2%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D54695 (or 0xD54695) is known color: Mulberry. HEX triplet: D5, 46 and 95. RGB value is (213,70,149). Sum of RGB (Red+Green+Blue) = 213+70+149=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D54695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54695 is #2AB96A. Grayscale: #797979. Windows color (decimal): -2799979 or 9782997. OLE color: 9782997.

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

Color convert

RGB 213 70 149 -
CMYK 0 0.67 0.30 0.16
HSL 326.85º 0.63% 0.55% -
HSV(B) 326.85º 0.67% 0.84% -
XYZ 35.06 20.7 30.58 -
YUV 121.76 143.38 193.08 -
System Red Green Blue C M Y K H S L
Decimal 213 70 149 0 0.67 0.30 0.16 326.85 0.63 0.55
Hex D5 46 95 0 43 1E 10 147 3F 37
Octal 325 106 225 0 103 36 20 507 77 67
Binary 11010101 1000110 10010101 0 1000011 11110 10000 101000111 111111 110111

Color Harmonies of #D54695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54695

Black with #D54695

Text Example


Text Example

White with #D54695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54695; }

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

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

background-color css

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

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

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

border-color css

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

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

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