Html Css Color HEX #D64687 Mulberry

📋 copy color: '#D64687'

red 214 ◦ green 70 ◦ blue 135

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

Shades of Mulberry #D64687

Tints of Mulberry #D64687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.22%

R = 51.07%
G = 16.71%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D64687 (or 0xD64687) is known color: Mulberry. HEX triplet: D6, 46 and 87. RGB value is (214,70,135). Sum of RGB (Red+Green+Blue) = 214+70+135=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D64687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64687 is #29B978. Grayscale: #787878. Windows color (decimal): -2734457 or 8865494. OLE color: 8865494.

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

Color convert

RGB 214 70 135 -
CMYK 0 0.67 0.37 0.16
HSL 332.92º 0.64% 0.56% -
HSV(B) 332.92º 0.67% 0.84% -
XYZ 34.29 20.43 25.06 -
YUV 120.47 136.21 194.71 -
System Red Green Blue C M Y K H S L
Decimal 214 70 135 0 0.67 0.37 0.16 332.92 0.64 0.56
Hex D6 46 87 0 43 25 10 14D 40 38
Octal 326 106 207 0 103 45 20 515 100 70
Binary 11010110 1000110 10000111 0 1000011 100101 10000 101001101 1000000 111000

Color Harmonies of #D64687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64687

Black with #D64687

Text Example


Text Example

White with #D64687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64687; }

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

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

background-color css

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

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

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

border-color css

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

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

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