Html Css Color HEX #D54685 Mulberry

📋 copy color: '#D54685'

red 213 ◦ green 70 ◦ blue 133

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

Shades of Mulberry #D54685

Tints of Mulberry #D54685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.97%

R = 51.2%
G = 16.83%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D54685 (or 0xD54685) is known color: Mulberry. HEX triplet: D5, 46 and 85. RGB value is (213,70,133). Sum of RGB (Red+Green+Blue) = 213+70+133=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D54685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54685 is #2AB97A. Grayscale: #777777. Windows color (decimal): -2799995 or 8734421. OLE color: 8734421.

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

Color convert

RGB 213 70 133 -
CMYK 0 0.67 0.38 0.16
HSL 333.57º 0.63% 0.55% -
HSV(B) 333.57º 0.67% 0.84% -
XYZ 33.86 20.22 24.31 -
YUV 119.94 135.38 194.38 -
System Red Green Blue C M Y K H S L
Decimal 213 70 133 0 0.67 0.38 0.16 333.57 0.63 0.55
Hex D5 46 85 0 43 26 10 14E 3F 37
Octal 325 106 205 0 103 46 20 516 77 67
Binary 11010101 1000110 10000101 0 1000011 100110 10000 101001110 111111 110111

Color Harmonies of #D54685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54685

Black with #D54685

Text Example


Text Example

White with #D54685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54685; }

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

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

background-color css

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

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

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

border-color css

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

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

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