Html Css Color HEX #D64694 Mulberry

📋 copy color: '#D64694'

red 214 ◦ green 70 ◦ blue 148

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

Shades of Mulberry #D64694

Tints of Mulberry #D64694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.26%

R = 49.54%
G = 16.2%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D64694 (or 0xD64694) is known color: Mulberry. HEX triplet: D6, 46 and 94. RGB value is (214,70,148). Sum of RGB (Red+Green+Blue) = 214+70+148=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D64694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64694 is #29B96B. Grayscale: #797979. Windows color (decimal): -2734444 or 9717462. OLE color: 9717462.

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

Color convert

RGB 214 70 148 -
CMYK 0 0.67 0.31 0.16
HSL 327.5º 0.64% 0.56% -
HSV(B) 327.5º 0.67% 0.84% -
XYZ 35.27 20.81 30.18 -
YUV 121.95 142.71 193.66 -
System Red Green Blue C M Y K H S L
Decimal 214 70 148 0 0.67 0.31 0.16 327.5 0.64 0.56
Hex D6 46 94 0 43 1F 10 148 40 38
Octal 326 106 224 0 103 37 20 510 100 70
Binary 11010110 1000110 10010100 0 1000011 11111 10000 101001000 1000000 111000

Color Harmonies of #D64694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64694

Black with #D64694

Text Example


Text Example

White with #D64694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64694; }

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

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

background-color css

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

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

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

border-color css

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

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

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