Html Css Color HEX #D64890 Mulberry

📋 copy color: '#D64890'

red 214 ◦ green 72 ◦ blue 144

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

Shades of Mulberry #D64890

Tints of Mulberry #D64890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.74%

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

R = 49.77%
G = 16.74%
B = 33.49%

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

#D64890 (or 0xD64890) is known color: Mulberry. HEX triplet: D6, 48 and 90. RGB value is (214,72,144). Sum of RGB (Red+Green+Blue) = 214+72+144=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D64890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64890 is #29B76F. Grayscale: #7A7A7A. Windows color (decimal): -2733936 or 9455830. OLE color: 9455830.

HSL color Cylindrical-coordinate representation of color #D64890: hue angle of 329.58º 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 #D64890 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 72 144 -
CMYK 0 0.66 0.33 0.16
HSL 329.58º 0.63% 0.56% -
HSV(B) 329.58º 0.66% 0.84% -
XYZ 35.08 20.94 28.58 -
YUV 122.67 140.04 193.15 -
System Red Green Blue C M Y K H S L
Decimal 214 72 144 0 0.66 0.33 0.16 329.58 0.63 0.56
Hex D6 48 90 0 42 21 10 14A 3F 38
Octal 326 110 220 0 102 41 20 512 77 70
Binary 11010110 1001000 10010000 0 1000010 100001 10000 101001010 111111 111000

Color Harmonies of #D64890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64890

Black with #D64890

Text Example


Text Example

White with #D64890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64890; }

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

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

background-color css

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

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

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

border-color css

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

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

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