Html Css Color HEX #D65190 Mulberry

📋 copy color: '#D65190'

red 214 ◦ green 81 ◦ blue 144

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

Shades of Mulberry #D65190

Tints of Mulberry #D65190

RGB

 RED value IS 214 (83.98% from 255) = 48.75%

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

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

R = 48.75%
G = 18.45%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D65190 (or 0xD65190) is known color: Mulberry. HEX triplet: D6, 51 and 90. RGB value is (214,81,144). Sum of RGB (Red+Green+Blue) = 214+81+144=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D65190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65190 is #29AE6F. Grayscale: #7F7F7F. Windows color (decimal): -2731632 or 9458134. OLE color: 9458134.

HSL color Cylindrical-coordinate representation of color #D65190: hue angle of 331.58º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65190 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 81 144 -
CMYK 0 0.62 0.33 0.16
HSL 331.58º 0.62% 0.58% -
HSV(B) 331.58º 0.62% 0.84% -
XYZ 35.71 22.19 28.79 -
YUV 127.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 214 81 144 0 0.62 0.33 0.16 331.58 0.62 0.58
Hex D6 51 90 0 3E 21 10 14C 3E 3A
Octal 326 121 220 0 76 41 20 514 76 72
Binary 11010110 1010001 10010000 0 111110 100001 10000 101001100 111110 111010

Color Harmonies of #D65190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65190

Black with #D65190

Text Example


Text Example

White with #D65190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65190; }

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

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

background-color css

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

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

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

border-color css

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

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

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