Html Css Color HEX #D7429A Mulberry

📋 copy color: '#D7429A'

red 215 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #D7429A

Tints of Mulberry #D7429A

RGB

 RED value IS 215 (84.38% from 255) = 49.43%

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

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

R = 49.43%
G = 15.17%
B = 35.4%

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

#D7429A (or 0xD7429A) is known color: Mulberry. HEX triplet: D7, 42 and 9A. RGB value is (215,66,154). Sum of RGB (Red+Green+Blue) = 215+66+154=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7429A is #28BD65. Grayscale: #787878. Windows color (decimal): -2669926 or 10109655. OLE color: 10109655.

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

Color convert

RGB 215 66 154 -
CMYK 0 0.69 0.28 0.16
HSL 324.56º 0.65% 0.55% -
HSV(B) 324.56º 0.69% 0.84% -
XYZ 35.81 20.68 32.68 -
YUV 120.58 146.86 195.34 -
System Red Green Blue C M Y K H S L
Decimal 215 66 154 0 0.69 0.28 0.16 324.56 0.65 0.55
Hex D7 42 9A 0 45 1C 10 145 41 37
Octal 327 102 232 0 105 34 20 505 101 67
Binary 11010111 1000010 10011010 0 1000101 11100 10000 101000101 1000001 110111

Color Harmonies of #D7429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7429A

Black with #D7429A

Text Example


Text Example

White with #D7429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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