Html Css Color HEX #D35190 Mulberry

📋 copy color: '#D35190'

red 211 ◦ green 81 ◦ blue 144

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

Shades of Mulberry #D35190

Tints of Mulberry #D35190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 48.39%
G = 18.58%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D35190 (or 0xD35190) is known color: Mulberry. HEX triplet: D3, 51 and 90. RGB value is (211,81,144). Sum of RGB (Red+Green+Blue) = 211+81+144=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D35190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35190 is #2CAE6F. Grayscale: #7E7E7E. Windows color (decimal): -2928240 or 9458131. OLE color: 9458131.

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

Color convert

RGB 211 81 144 -
CMYK 0 0.62 0.32 0.17
HSL 330.92º 0.6% 0.57% -
HSV(B) 330.92º 0.62% 0.83% -
XYZ 34.84 21.75 28.75 -
YUV 127.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 211 81 144 0 0.62 0.32 0.17 330.92 0.6 0.57
Hex D3 51 90 0 3E 20 11 14B 3C 39
Octal 323 121 220 0 76 40 21 513 74 71
Binary 11010011 1010001 10010000 0 111110 100000 10001 101001011 111100 111001

Color Harmonies of #D35190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35190

Black with #D35190

Text Example


Text Example

White with #D35190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35190; }

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

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

background-color css

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

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

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

border-color css

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

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

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