Html Css Color HEX #D35194 Mulberry

📋 copy color: '#D35194'

red 211 ◦ green 81 ◦ blue 148

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

Shades of Mulberry #D35194

Tints of Mulberry #D35194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.41%

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

R = 47.95%
G = 18.41%
B = 33.64%

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

#D35194 (or 0xD35194) is known color: Mulberry. HEX triplet: D3, 51 and 94. RGB value is (211,81,148). Sum of RGB (Red+Green+Blue) = 211+81+148=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D35194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35194 is #2CAE6B. Grayscale: #7F7F7F. Windows color (decimal): -2928236 or 9720275. OLE color: 9720275.

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

Color convert

RGB 211 81 148 -
CMYK 0 0.62 0.30 0.17
HSL 329.08º 0.6% 0.57% -
HSV(B) 329.08º 0.62% 0.83% -
XYZ 35.15 21.87 30.39 -
YUV 127.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 211 81 148 0 0.62 0.30 0.17 329.08 0.6 0.57
Hex D3 51 94 0 3E 1E 11 149 3C 39
Octal 323 121 224 0 76 36 21 511 74 71
Binary 11010011 1010001 10010100 0 111110 11110 10001 101001001 111100 111001

Color Harmonies of #D35194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35194

Black with #D35194

Text Example


Text Example

White with #D35194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35194; }

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

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

background-color css

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

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

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

border-color css

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

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

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