Html Css Color HEX #D6429B Mulberry

📋 copy color: '#D6429B'

red 214 ◦ green 66 ◦ blue 155

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

Shades of Mulberry #D6429B

Tints of Mulberry #D6429B

RGB

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

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

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

R = 49.2%
G = 15.17%
B = 35.63%

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

#D6429B (or 0xD6429B) is known color: Mulberry. HEX triplet: D6, 42 and 9B. RGB value is (214,66,155). Sum of RGB (Red+Green+Blue) = 214+66+155=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6429B is #29BD64. Grayscale: #787878. Windows color (decimal): -2735461 or 10175190. OLE color: 10175190.

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

Color convert

RGB 214 66 155 -
CMYK 0 0.69 0.28 0.16
HSL 323.92º 0.64% 0.55% -
HSV(B) 323.92º 0.69% 0.84% -
XYZ 35.6 20.56 33.1 -
YUV 120.4 147.53 194.76 -
System Red Green Blue C M Y K H S L
Decimal 214 66 155 0 0.69 0.28 0.16 323.92 0.64 0.55
Hex D6 42 9B 0 45 1C 10 144 40 37
Octal 326 102 233 0 105 34 20 504 100 67
Binary 11010110 1000010 10011011 0 1000101 11100 10000 101000100 1000000 110111

Color Harmonies of #D6429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6429B

Black with #D6429B

Text Example


Text Example

White with #D6429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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