Html Css Color HEX #D6429A Mulberry

📋 copy color: '#D6429A'

red 214 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #D6429A

Tints of Mulberry #D6429A

RGB

 RED value IS 214 (83.98% from 255) = 49.31%

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

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

R = 49.31%
G = 15.21%
B = 35.48%

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

#D6429A (or 0xD6429A) is known color: Mulberry. HEX triplet: D6, 42 and 9A. RGB value is (214,66,154). Sum of RGB (Red+Green+Blue) = 214+66+154=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6429A is #29BD65. Grayscale: #787878. Windows color (decimal): -2735462 or 10109654. OLE color: 10109654.

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

Color convert

RGB 214 66 154 -
CMYK 0 0.69 0.28 0.16
HSL 324.32º 0.64% 0.55% -
HSV(B) 324.32º 0.69% 0.84% -
XYZ 35.51 20.53 32.66 -
YUV 120.28 147.03 194.84 -
System Red Green Blue C M Y K H S L
Decimal 214 66 154 0 0.69 0.28 0.16 324.32 0.64 0.55
Hex D6 42 9A 0 45 1C 10 144 40 37
Octal 326 102 232 0 105 34 20 504 100 67
Binary 11010110 1000010 10011010 0 1000101 11100 10000 101000100 1000000 110111

Color Harmonies of #D6429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6429A

Black with #D6429A

Text Example


Text Example

White with #D6429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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