Html Css Color HEX #D9469A Mulberry

📋 copy color: '#D9469A'

red 217 ◦ green 70 ◦ blue 154

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

Shades of Mulberry #D9469A

Tints of Mulberry #D9469A

RGB

 RED value IS 217 (85.16% from 255) = 49.21%

 GREEN value IS 70 (27.73% from 255) = 15.87%

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

R = 49.21%
G = 15.87%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9469A (or 0xD9469A) is known color: Mulberry. HEX triplet: D9, 46 and 9A. RGB value is (217,70,154). Sum of RGB (Red+Green+Blue) = 217+70+154=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9469A is #26B965. Grayscale: #7B7B7B. Windows color (decimal): -2537830 or 10110681. OLE color: 10110681.

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

Color convert

RGB 217 70 154 -
CMYK 0 0.68 0.29 0.15
HSL 325.71º 0.66% 0.56% -
HSV(B) 325.71º 0.68% 0.85% -
XYZ 36.64 21.47 32.78 -
YUV 123.53 145.2 194.67 -
System Red Green Blue C M Y K H S L
Decimal 217 70 154 0 0.68 0.29 0.15 325.71 0.66 0.56
Hex D9 46 9A 0 44 1D F 146 42 38
Octal 331 106 232 0 104 35 17 506 102 70
Binary 11011001 1000110 10011010 0 1000100 11101 1111 101000110 1000010 111000

Color Harmonies of #D9469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9469A

Black with #D9469A

Text Example


Text Example

White with #D9469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9469A; }

 p { color: rgb(217,70,154); }

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

background-color css

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

 a { background-color: rgb(217,70,154); }

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

border-color css

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

 span { border-color: rgb(217,70,154); }

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