Html Css Color HEX #D340AC Mulberry

📋 copy color: '#D340AC'

red 211 ◦ green 64 ◦ blue 172

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

Shades of Mulberry #D340AC

Tints of Mulberry #D340AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.32%

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 47.2%
G = 14.32%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D340AC (or 0xD340AC) is known color: Mulberry. HEX triplet: D3, 40 and AC. RGB value is (211,64,172). Sum of RGB (Red+Green+Blue) = 211+64+172=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D340AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D340AC is #2CBF53. Grayscale: #777777. Windows color (decimal): -2932564 or 11288787. OLE color: 11288787.

HSL color Cylindrical-coordinate representation of color #D340AC: hue angle of 315.92º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D340AC is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 64 172 -
CMYK 0 0.70 0.18 0.17
HSL 315.92º 0.63% 0.54% -
HSV(B) 315.92º 0.7% 0.83% -
XYZ 36.14 20.49 41.08 -
YUV 120.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 211 64 172 0 0.70 0.18 0.17 315.92 0.63 0.54
Hex D3 40 AC 0 46 12 11 13C 3F 36
Octal 323 100 254 0 106 22 21 474 77 66
Binary 11010011 1000000 10101100 0 1000110 10010 10001 100111100 111111 110110

Color Harmonies of #D340AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D340AC

Black with #D340AC

Text Example


Text Example

White with #D340AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D340AC; }

 p { color: rgb(211,64,172); }

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

background-color css

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

 a { background-color: rgb(211,64,172); }

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

border-color css

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

 span { border-color: rgb(211,64,172); }

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