Html Css Color HEX #D5429B Mulberry

📋 copy color: '#D5429B'

red 213 ◦ green 66 ◦ blue 155

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

Shades of Mulberry #D5429B

Tints of Mulberry #D5429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.71%

R = 49.08%
G = 15.21%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5429B (or 0xD5429B) is known color: Mulberry. HEX triplet: D5, 42 and 9B. RGB value is (213,66,155). Sum of RGB (Red+Green+Blue) = 213+66+155=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5429B is #2ABD64. Grayscale: #777777. Windows color (decimal): -2800997 or 10175189. OLE color: 10175189.

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

Color convert

RGB 213 66 155 -
CMYK 0 0.69 0.27 0.16
HSL 323.67º 0.64% 0.55% -
HSV(B) 323.67º 0.69% 0.84% -
XYZ 35.31 20.41 33.09 -
YUV 120.1 147.7 194.26 -
System Red Green Blue C M Y K H S L
Decimal 213 66 155 0 0.69 0.27 0.16 323.67 0.64 0.55
Hex D5 42 9B 0 45 1B 10 144 40 37
Octal 325 102 233 0 105 33 20 504 100 67
Binary 11010101 1000010 10011011 0 1000101 11011 10000 101000100 1000000 110111

Color Harmonies of #D5429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5429B

Black with #D5429B

Text Example


Text Example

White with #D5429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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