Html Css Color HEX #D5429F Mulberry

📋 copy color: '#D5429F'

red 213 ◦ green 66 ◦ blue 159

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

Shades of Mulberry #D5429F

Tints of Mulberry #D5429F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.3%

R = 48.63%
G = 15.07%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5429F (or 0xD5429F) is known color: Mulberry. HEX triplet: D5, 42 and 9F. RGB value is (213,66,159). Sum of RGB (Red+Green+Blue) = 213+66+159=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5429F is #2ABD60. Grayscale: #787878. Windows color (decimal): -2800993 or 10437333. OLE color: 10437333.

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

Color convert

RGB 213 66 159 -
CMYK 0 0.69 0.25 0.16
HSL 322.04º 0.64% 0.55% -
HSV(B) 322.04º 0.69% 0.84% -
XYZ 35.65 20.55 34.89 -
YUV 120.56 149.7 193.94 -
System Red Green Blue C M Y K H S L
Decimal 213 66 159 0 0.69 0.25 0.16 322.04 0.64 0.55
Hex D5 42 9F 0 45 19 10 142 40 37
Octal 325 102 237 0 105 31 20 502 100 67
Binary 11010101 1000010 10011111 0 1000101 11001 10000 101000010 1000000 110111

Color Harmonies of #D5429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5429F

Black with #D5429F

Text Example


Text Example

White with #D5429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5429F; }

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

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

background-color css

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

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

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

border-color css

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

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

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