Html Css Color HEX #D64791 Mulberry

📋 copy color: '#D64791'

red 214 ◦ green 71 ◦ blue 145

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

Shades of Mulberry #D64791

Tints of Mulberry #D64791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.51%

 BLUE value IS 145 (57.03% from 255) = 33.72%

R = 49.77%
G = 16.51%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D64791 (or 0xD64791) is known color: Mulberry. HEX triplet: D6, 47 and 91. RGB value is (214,71,145). Sum of RGB (Red+Green+Blue) = 214+71+145=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D64791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64791 is #29B86E. Grayscale: #7A7A7A. Windows color (decimal): -2734191 or 9521110. OLE color: 9521110.

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

Color convert

RGB 214 71 145 -
CMYK 0 0.67 0.32 0.16
HSL 328.95º 0.64% 0.56% -
HSV(B) 328.95º 0.67% 0.84% -
XYZ 35.1 20.85 28.96 -
YUV 122.19 140.88 193.48 -
System Red Green Blue C M Y K H S L
Decimal 214 71 145 0 0.67 0.32 0.16 328.95 0.64 0.56
Hex D6 47 91 0 43 20 10 149 40 38
Octal 326 107 221 0 103 40 20 511 100 70
Binary 11010110 1000111 10010001 0 1000011 100000 10000 101001001 1000000 111000

Color Harmonies of #D64791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64791

Black with #D64791

Text Example


Text Example

White with #D64791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64791; }

 p { color: rgb(214,71,145); }

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

background-color css

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

 a { background-color: rgb(214,71,145); }

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

border-color css

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

 span { border-color: rgb(214,71,145); }

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