Html Css Color HEX #D64990 Mulberry

📋 copy color: '#D64990'

red 214 ◦ green 73 ◦ blue 144

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

Shades of Mulberry #D64990

Tints of Mulberry #D64990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.94%

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

R = 49.65%
G = 16.94%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D64990 (or 0xD64990) is known color: Mulberry. HEX triplet: D6, 49 and 90. RGB value is (214,73,144). Sum of RGB (Red+Green+Blue) = 214+73+144=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D64990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64990 is #29B66F. Grayscale: #7B7B7B. Windows color (decimal): -2733680 or 9456086. OLE color: 9456086.

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

Color convert

RGB 214 73 144 -
CMYK 0 0.66 0.33 0.16
HSL 329.79º 0.63% 0.56% -
HSV(B) 329.79º 0.66% 0.84% -
XYZ 35.15 21.07 28.6 -
YUV 123.25 139.71 192.73 -
System Red Green Blue C M Y K H S L
Decimal 214 73 144 0 0.66 0.33 0.16 329.79 0.63 0.56
Hex D6 49 90 0 42 21 10 14A 3F 38
Octal 326 111 220 0 102 41 20 512 77 70
Binary 11010110 1001001 10010000 0 1000010 100001 10000 101001010 111111 111000

Color Harmonies of #D64990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64990

Black with #D64990

Text Example


Text Example

White with #D64990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64990; }

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

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

background-color css

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

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

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

border-color css

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

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

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