Html Css Color HEX #D64695 Mulberry

📋 copy color: '#D64695'

red 214 ◦ green 70 ◦ blue 149

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

Shades of Mulberry #D64695

Tints of Mulberry #D64695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.41%

R = 49.42%
G = 16.17%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D64695 (or 0xD64695) is known color: Mulberry. HEX triplet: D6, 46 and 95. RGB value is (214,70,149). Sum of RGB (Red+Green+Blue) = 214+70+149=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D64695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64695 is #29B96A. Grayscale: #797979. Windows color (decimal): -2734443 or 9782998. OLE color: 9782998.

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

Color convert

RGB 214 70 149 -
CMYK 0 0.67 0.30 0.16
HSL 327.08º 0.64% 0.56% -
HSV(B) 327.08º 0.67% 0.84% -
XYZ 35.35 20.85 30.59 -
YUV 122.06 143.21 193.58 -
System Red Green Blue C M Y K H S L
Decimal 214 70 149 0 0.67 0.30 0.16 327.08 0.64 0.56
Hex D6 46 95 0 43 1E 10 147 40 38
Octal 326 106 225 0 103 36 20 507 100 70
Binary 11010110 1000110 10010101 0 1000011 11110 10000 101000111 1000000 111000

Color Harmonies of #D64695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64695

Black with #D64695

Text Example


Text Example

White with #D64695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64695; }

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

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

background-color css

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

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

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

border-color css

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

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

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