Html Css Color HEX #D64690 Mulberry

📋 copy color: '#D64690'

red 214 ◦ green 70 ◦ blue 144

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

Shades of Mulberry #D64690

Tints of Mulberry #D64690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.36%

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

R = 50%
G = 16.36%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D64690 (or 0xD64690) is known color: Mulberry. HEX triplet: D6, 46 and 90. RGB value is (214,70,144). Sum of RGB (Red+Green+Blue) = 214+70+144=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D64690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64690 is #29B96F. Grayscale: #797979. Windows color (decimal): -2734448 or 9455318. OLE color: 9455318.

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

Color convert

RGB 214 70 144 -
CMYK 0 0.67 0.33 0.16
HSL 329.17º 0.64% 0.56% -
HSV(B) 329.17º 0.67% 0.84% -
XYZ 34.96 20.69 28.54 -
YUV 121.49 140.71 193.98 -
System Red Green Blue C M Y K H S L
Decimal 214 70 144 0 0.67 0.33 0.16 329.17 0.64 0.56
Hex D6 46 90 0 43 21 10 149 40 38
Octal 326 106 220 0 103 41 20 511 100 70
Binary 11010110 1000110 10010000 0 1000011 100001 10000 101001001 1000000 111000

Color Harmonies of #D64690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64690

Black with #D64690

Text Example


Text Example

White with #D64690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64690; }

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

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

background-color css

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

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

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

border-color css

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

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

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