Html Css Color HEX #D34093 Mulberry

📋 copy color: '#D34093'

red 211 ◦ green 64 ◦ blue 147

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

Shades of Mulberry #D34093

Tints of Mulberry #D34093

RGB

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

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

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

R = 50%
G = 15.17%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D34093 (or 0xD34093) is known color: Mulberry. HEX triplet: D3, 40 and 93. RGB value is (211,64,147). Sum of RGB (Red+Green+Blue) = 211+64+147=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D34093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34093 is #2CBF6C. Grayscale: #757575. Windows color (decimal): -2932589 or 9650387. OLE color: 9650387.

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

Color convert

RGB 211 64 147 -
CMYK 0 0.70 0.30 0.17
HSL 326.12º 0.63% 0.54% -
HSV(B) 326.12º 0.7% 0.83% -
XYZ 33.96 19.62 29.6 -
YUV 117.42 144.7 194.75 -
System Red Green Blue C M Y K H S L
Decimal 211 64 147 0 0.70 0.30 0.17 326.12 0.63 0.54
Hex D3 40 93 0 46 1E 11 146 3F 36
Octal 323 100 223 0 106 36 21 506 77 66
Binary 11010011 1000000 10010011 0 1000110 11110 10001 101000110 111111 110110

Color Harmonies of #D34093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34093

Black with #D34093

Text Example


Text Example

White with #D34093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34093; }

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

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

background-color css

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

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

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

border-color css

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

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

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