Html Css Color HEX #D64495 Mulberry

📋 copy color: '#D64495'

red 214 ◦ green 68 ◦ blue 149

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

Shades of Mulberry #D64495

Tints of Mulberry #D64495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.78%

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

R = 49.65%
G = 15.78%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D64495 (or 0xD64495) is known color: Mulberry. HEX triplet: D6, 44 and 95. RGB value is (214,68,149). Sum of RGB (Red+Green+Blue) = 214+68+149=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D64495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64495 is #29BB6A. Grayscale: #787878. Windows color (decimal): -2734955 or 9782486. OLE color: 9782486.

HSL color Cylindrical-coordinate representation of color #D64495: hue angle of 326.71º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64495 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 68 149 -
CMYK 0 0.68 0.30 0.16
HSL 326.71º 0.64% 0.55% -
HSV(B) 326.71º 0.68% 0.84% -
XYZ 35.22 20.6 30.55 -
YUV 120.89 143.87 194.41 -
System Red Green Blue C M Y K H S L
Decimal 214 68 149 0 0.68 0.30 0.16 326.71 0.64 0.55
Hex D6 44 95 0 44 1E 10 147 40 37
Octal 326 104 225 0 104 36 20 507 100 67
Binary 11010110 1000100 10010101 0 1000100 11110 10000 101000111 1000000 110111

Color Harmonies of #D64495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64495

Black with #D64495

Text Example


Text Example

White with #D64495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64495; }

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

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

background-color css

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

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

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

border-color css

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

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

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