Html Css Color HEX #D34594 Mulberry

📋 copy color: '#D34594'

red 211 ◦ green 69 ◦ blue 148

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

Shades of Mulberry #D34594

Tints of Mulberry #D34594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.12%

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 49.3%
G = 16.12%
B = 34.58%

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

#D34594 (or 0xD34594) is known color: Mulberry. HEX triplet: D3, 45 and 94. RGB value is (211,69,148). Sum of RGB (Red+Green+Blue) = 211+69+148=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D34594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34594 is #2CBA6B. Grayscale: #787878. Windows color (decimal): -2931308 or 9717203. OLE color: 9717203.

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

Color convert

RGB 211 69 148 -
CMYK 0 0.67 0.30 0.17
HSL 326.62º 0.62% 0.55% -
HSV(B) 326.62º 0.67% 0.83% -
XYZ 34.34 20.24 30.11 -
YUV 120.46 143.54 192.58 -
System Red Green Blue C M Y K H S L
Decimal 211 69 148 0 0.67 0.30 0.17 326.62 0.62 0.55
Hex D3 45 94 0 43 1E 11 147 3E 37
Octal 323 105 224 0 103 36 21 507 76 67
Binary 11010011 1000101 10010100 0 1000011 11110 10001 101000111 111110 110111

Color Harmonies of #D34594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34594

Black with #D34594

Text Example


Text Example

White with #D34594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34594; }

 p { color: rgb(211,69,148); }

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

background-color css

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

 a { background-color: rgb(211,69,148); }

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

border-color css

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

 span { border-color: rgb(211,69,148); }

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