Html Css Color HEX #D5458B Mulberry

📋 copy color: '#D5458B'

red 213 ◦ green 69 ◦ blue 139

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

Shades of Mulberry #D5458B

Tints of Mulberry #D5458B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 50.59%
G = 16.39%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5458B (or 0xD5458B) is known color: Mulberry. HEX triplet: D5, 45 and 8B. RGB value is (213,69,139). Sum of RGB (Red+Green+Blue) = 213+69+139=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5458B is #2ABA74. Grayscale: #777777. Windows color (decimal): -2800245 or 9127381. OLE color: 9127381.

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

Color convert

RGB 213 69 139 -
CMYK 0 0.68 0.35 0.16
HSL 330.83º 0.63% 0.55% -
HSV(B) 330.83º 0.68% 0.84% -
XYZ 34.23 20.27 26.53 -
YUV 120.04 138.71 194.31 -
System Red Green Blue C M Y K H S L
Decimal 213 69 139 0 0.68 0.35 0.16 330.83 0.63 0.55
Hex D5 45 8B 0 44 23 10 14B 3F 37
Octal 325 105 213 0 104 43 20 513 77 67
Binary 11010101 1000101 10001011 0 1000100 100011 10000 101001011 111111 110111

Color Harmonies of #D5458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5458B

Black with #D5458B

Text Example


Text Example

White with #D5458B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5458B; }

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

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

background-color css

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

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

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

border-color css

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

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

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