Html Css Color HEX #D34693 Mulberry

📋 copy color: '#D34693'

red 211 ◦ green 70 ◦ blue 147

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

Shades of Mulberry #D34693

Tints of Mulberry #D34693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.35%

R = 49.3%
G = 16.36%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D34693 (or 0xD34693) is known color: Mulberry. HEX triplet: D3, 46 and 93. RGB value is (211,70,147). Sum of RGB (Red+Green+Blue) = 211+70+147=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D34693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34693 is #2CB96C. Grayscale: #787878. Windows color (decimal): -2931053 or 9651923. OLE color: 9651923.

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

Color convert

RGB 211 70 147 -
CMYK 0 0.67 0.30 0.17
HSL 327.23º 0.62% 0.55% -
HSV(B) 327.23º 0.67% 0.83% -
XYZ 34.32 20.34 29.72 -
YUV 120.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 211 70 147 0 0.67 0.30 0.17 327.23 0.62 0.55
Hex D3 46 93 0 43 1E 11 147 3E 37
Octal 323 106 223 0 103 36 21 507 76 67
Binary 11010011 1000110 10010011 0 1000011 11110 10001 101000111 111110 110111

Color Harmonies of #D34693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34693

Black with #D34693

Text Example


Text Example

White with #D34693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34693; }

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

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

background-color css

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

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

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

border-color css

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

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

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