Html Css Color HEX #D5429A Mulberry

📋 copy color: '#D5429A'

red 213 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #D5429A

Tints of Mulberry #D5429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.57%

R = 49.19%
G = 15.24%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5429A (or 0xD5429A) is known color: Mulberry. HEX triplet: D5, 42 and 9A. RGB value is (213,66,154). Sum of RGB (Red+Green+Blue) = 213+66+154=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5429A is #2ABD65. Grayscale: #777777. Windows color (decimal): -2800998 or 10109653. OLE color: 10109653.

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

Color convert

RGB 213 66 154 -
CMYK 0 0.69 0.28 0.16
HSL 324.08º 0.64% 0.55% -
HSV(B) 324.08º 0.69% 0.84% -
XYZ 35.22 20.38 32.65 -
YUV 119.99 147.2 194.34 -
System Red Green Blue C M Y K H S L
Decimal 213 66 154 0 0.69 0.28 0.16 324.08 0.64 0.55
Hex D5 42 9A 0 45 1C 10 144 40 37
Octal 325 102 232 0 105 34 20 504 100 67
Binary 11010101 1000010 10011010 0 1000101 11100 10000 101000100 1000000 110111

Color Harmonies of #D5429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5429A

Black with #D5429A

Text Example


Text Example

White with #D5429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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