Html Css Color HEX #D8429A Mulberry

📋 copy color: '#D8429A'

red 216 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #D8429A

Tints of Mulberry #D8429A

RGB

 RED value IS 216 (84.77% from 255) = 49.54%

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

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

R = 49.54%
G = 15.14%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D8429A (or 0xD8429A) is known color: Mulberry. HEX triplet: D8, 42 and 9A. RGB value is (216,66,154). Sum of RGB (Red+Green+Blue) = 216+66+154=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D8429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8429A is #27BD65. Grayscale: #787878. Windows color (decimal): -2604390 or 10109656. OLE color: 10109656.

HSL color Cylindrical-coordinate representation of color #D8429A: hue angle of 324.8º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8429A is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 66 154 -
CMYK 0 0.69 0.29 0.15
HSL 324.8º 0.66% 0.55% -
HSV(B) 324.8º 0.69% 0.85% -
XYZ 36.1 20.83 32.69 -
YUV 120.88 146.7 195.84 -
System Red Green Blue C M Y K H S L
Decimal 216 66 154 0 0.69 0.29 0.15 324.8 0.66 0.55
Hex D8 42 9A 0 45 1D F 145 42 37
Octal 330 102 232 0 105 35 17 505 102 67
Binary 11011000 1000010 10011010 0 1000101 11101 1111 101000101 1000010 110111

Color Harmonies of #D8429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8429A

Black with #D8429A

Text Example


Text Example

White with #D8429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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