Html Css Color HEX #D35094 Mulberry

📋 copy color: '#D35094'

red 211 ◦ green 80 ◦ blue 148

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

Shades of Mulberry #D35094

Tints of Mulberry #D35094

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.22%

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

R = 48.06%
G = 18.22%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D35094 (or 0xD35094) is known color: Mulberry. HEX triplet: D3, 50 and 94. RGB value is (211,80,148). Sum of RGB (Red+Green+Blue) = 211+80+148=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D35094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35094 is #2CAF6B. Grayscale: #7E7E7E. Windows color (decimal): -2928492 or 9720019. OLE color: 9720019.

HSL color Cylindrical-coordinate representation of color #D35094: hue angle of 328.85º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35094 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 80 148 -
CMYK 0 0.62 0.30 0.17
HSL 328.85º 0.6% 0.57% -
HSV(B) 328.85º 0.62% 0.83% -
XYZ 35.08 21.72 30.36 -
YUV 126.92 139.9 187.97 -
System Red Green Blue C M Y K H S L
Decimal 211 80 148 0 0.62 0.30 0.17 328.85 0.6 0.57
Hex D3 50 94 0 3E 1E 11 149 3C 39
Octal 323 120 224 0 76 36 21 511 74 71
Binary 11010011 1010000 10010100 0 111110 11110 10001 101001001 111100 111001

Color Harmonies of #D35094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35094

Black with #D35094

Text Example


Text Example

White with #D35094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35094; }

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

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

background-color css

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

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

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

border-color css

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

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

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