Html Css Color HEX #D5428F Mulberry

📋 copy color: '#D5428F'

red 213 ◦ green 66 ◦ blue 143

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

Shades of Mulberry #D5428F

Tints of Mulberry #D5428F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.64%

 BLUE value IS 143 (56.25% from 255) = 33.89%

R = 50.47%
G = 15.64%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5428F (or 0xD5428F) is known color: Mulberry. HEX triplet: D5, 42 and 8F. RGB value is (213,66,143). Sum of RGB (Red+Green+Blue) = 213+66+143=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5428F is #2ABD70. Grayscale: #767676. Windows color (decimal): -2801009 or 9388757. OLE color: 9388757.

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

Color convert

RGB 213 66 143 -
CMYK 0 0.69 0.33 0.16
HSL 328.57º 0.64% 0.55% -
HSV(B) 328.57º 0.69% 0.84% -
XYZ 34.35 20.03 28.04 -
YUV 118.73 141.7 195.24 -
System Red Green Blue C M Y K H S L
Decimal 213 66 143 0 0.69 0.33 0.16 328.57 0.64 0.55
Hex D5 42 8F 0 45 21 10 149 40 37
Octal 325 102 217 0 105 41 20 511 100 67
Binary 11010101 1000010 10001111 0 1000101 100001 10000 101001001 1000000 110111

Color Harmonies of #D5428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5428F

Black with #D5428F

Text Example


Text Example

White with #D5428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5428F; }

 p { color: rgb(213,66,143); }

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

background-color css

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

 a { background-color: rgb(213,66,143); }

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

border-color css

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

 span { border-color: rgb(213,66,143); }

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