Html Css Color HEX #D3469A Mulberry

📋 copy color: '#D3469A'

red 211 ◦ green 70 ◦ blue 154

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

Shades of Mulberry #D3469A

Tints of Mulberry #D3469A

RGB

 RED value IS 211 (82.81% from 255) = 48.51%

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

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

R = 48.51%
G = 16.09%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D3469A (or 0xD3469A) is known color: Mulberry. HEX triplet: D3, 46 and 9A. RGB value is (211,70,154). Sum of RGB (Red+Green+Blue) = 211+70+154=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D3469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3469A is #2CB965. Grayscale: #797979. Windows color (decimal): -2931046 or 10110675. OLE color: 10110675.

HSL color Cylindrical-coordinate representation of color #D3469A: hue angle of 324.26º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3469A is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 70 154 -
CMYK 0 0.67 0.27 0.17
HSL 324.26º 0.62% 0.55% -
HSV(B) 324.26º 0.67% 0.83% -
XYZ 34.89 20.56 32.7 -
YUV 121.74 146.21 191.67 -
System Red Green Blue C M Y K H S L
Decimal 211 70 154 0 0.67 0.27 0.17 324.26 0.62 0.55
Hex D3 46 9A 0 43 1B 11 144 3E 37
Octal 323 106 232 0 103 33 21 504 76 67
Binary 11010011 1000110 10011010 0 1000011 11011 10001 101000100 111110 110111

Color Harmonies of #D3469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3469A

Black with #D3469A

Text Example


Text Example

White with #D3469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3469A; }

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

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

background-color css

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

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

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

border-color css

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

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

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