Html Css Color HEX #D5458D Mulberry

📋 copy color: '#D5458D'

red 213 ◦ green 69 ◦ blue 141

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

Shades of Mulberry #D5458D

Tints of Mulberry #D5458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.31%

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 50.35%
G = 16.31%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5458D (or 0xD5458D) is known color: Mulberry. HEX triplet: D5, 45 and 8D. RGB value is (213,69,141). Sum of RGB (Red+Green+Blue) = 213+69+141=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5458D is #2ABA72. Grayscale: #787878. Windows color (decimal): -2800243 or 9258453. OLE color: 9258453.

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

Color convert

RGB 213 69 141 -
CMYK 0 0.68 0.34 0.16
HSL 330º 0.63% 0.55% -
HSV(B) 330º 0.68% 0.84% -
XYZ 34.38 20.33 27.31 -
YUV 120.26 139.71 194.15 -
System Red Green Blue C M Y K H S L
Decimal 213 69 141 0 0.68 0.34 0.16 330 0.63 0.55
Hex D5 45 8D 0 44 22 10 14A 3F 37
Octal 325 105 215 0 104 42 20 512 77 67
Binary 11010101 1000101 10001101 0 1000100 100010 10000 101001010 111111 110111

Color Harmonies of #D5458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5458D

Black with #D5458D

Text Example


Text Example

White with #D5458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5458D; }

 p { color: rgb(213,69,141); }

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

background-color css

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

 a { background-color: rgb(213,69,141); }

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

border-color css

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

 span { border-color: rgb(213,69,141); }

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