Html Css Color HEX #D64490 Mulberry

📋 copy color: '#D64490'

red 214 ◦ green 68 ◦ blue 144

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

Shades of Mulberry #D64490

Tints of Mulberry #D64490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.96%

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

R = 50.23%
G = 15.96%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D64490 (or 0xD64490) is known color: Mulberry. HEX triplet: D6, 44 and 90. RGB value is (214,68,144). Sum of RGB (Red+Green+Blue) = 214+68+144=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D64490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64490 is #29BB6F. Grayscale: #787878. Windows color (decimal): -2734960 or 9454806. OLE color: 9454806.

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

Color convert

RGB 214 68 144 -
CMYK 0 0.68 0.33 0.16
HSL 328.77º 0.64% 0.55% -
HSV(B) 328.77º 0.68% 0.84% -
XYZ 34.83 20.44 28.5 -
YUV 120.32 141.37 194.82 -
System Red Green Blue C M Y K H S L
Decimal 214 68 144 0 0.68 0.33 0.16 328.77 0.64 0.55
Hex D6 44 90 0 44 21 10 149 40 37
Octal 326 104 220 0 104 41 20 511 100 67
Binary 11010110 1000100 10010000 0 1000100 100001 10000 101001001 1000000 110111

Color Harmonies of #D64490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64490

Black with #D64490

Text Example


Text Example

White with #D64490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64490; }

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

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

background-color css

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

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

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

border-color css

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

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

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