Html Css Color HEX #D3468E Mulberry

📋 copy color: '#D3468E'

red 211 ◦ green 70 ◦ blue 142

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

Shades of Mulberry #D3468E

Tints of Mulberry #D3468E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 49.88%
G = 16.55%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3468E (or 0xD3468E) is known color: Mulberry. HEX triplet: D3, 46 and 8E. RGB value is (211,70,142). Sum of RGB (Red+Green+Blue) = 211+70+142=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3468E is #2CB971. Grayscale: #787878. Windows color (decimal): -2931058 or 9324243. OLE color: 9324243.

HSL color Cylindrical-coordinate representation of color #D3468E: hue angle of 329.36º 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 #D3468E is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 70 142 -
CMYK 0 0.67 0.33 0.17
HSL 329.36º 0.62% 0.55% -
HSV(B) 329.36º 0.67% 0.83% -
XYZ 33.94 20.18 27.7 -
YUV 120.37 140.21 192.65 -
System Red Green Blue C M Y K H S L
Decimal 211 70 142 0 0.67 0.33 0.17 329.36 0.62 0.55
Hex D3 46 8E 0 43 21 11 149 3E 37
Octal 323 106 216 0 103 41 21 511 76 67
Binary 11010011 1000110 10001110 0 1000011 100001 10001 101001001 111110 110111

Color Harmonies of #D3468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3468E

Black with #D3468E

Text Example


Text Example

White with #D3468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3468E; }

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

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

background-color css

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

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

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

border-color css

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

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

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