Html Css Color HEX #D64793 Mulberry

📋 copy color: '#D64793'

red 214 ◦ green 71 ◦ blue 147

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

Shades of Mulberry #D64793

Tints of Mulberry #D64793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.03%

R = 49.54%
G = 16.44%
B = 34.03%

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

#D64793 (or 0xD64793) is known color: Mulberry. HEX triplet: D6, 47 and 93. RGB value is (214,71,147). Sum of RGB (Red+Green+Blue) = 214+71+147=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D64793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64793 is #29B86C. Grayscale: #7A7A7A. Windows color (decimal): -2734189 or 9652182. OLE color: 9652182.

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

Color convert

RGB 214 71 147 -
CMYK 0 0.67 0.31 0.16
HSL 328.11º 0.64% 0.56% -
HSV(B) 328.11º 0.67% 0.84% -
XYZ 35.25 20.91 29.78 -
YUV 122.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 214 71 147 0 0.67 0.31 0.16 328.11 0.64 0.56
Hex D6 47 93 0 43 1F 10 148 40 38
Octal 326 107 223 0 103 37 20 510 100 70
Binary 11010110 1000111 10010011 0 1000011 11111 10000 101001000 1000000 111000

Color Harmonies of #D64793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64793

Black with #D64793

Text Example


Text Example

White with #D64793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64793; }

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

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

background-color css

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

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

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

border-color css

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

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

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