Html Css Color HEX #D64499 Mulberry

📋 copy color: '#D64499'

red 214 ◦ green 68 ◦ blue 153

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

Shades of Mulberry #D64499

Tints of Mulberry #D64499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.17%

R = 49.2%
G = 15.63%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D64499 (or 0xD64499) is known color: Mulberry. HEX triplet: D6, 44 and 99. RGB value is (214,68,153). Sum of RGB (Red+Green+Blue) = 214+68+153=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D64499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64499 is #29BB66. Grayscale: #797979. Windows color (decimal): -2734951 or 10044630. OLE color: 10044630.

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

Color convert

RGB 214 68 153 -
CMYK 0 0.68 0.29 0.16
HSL 325.07º 0.64% 0.55% -
HSV(B) 325.07º 0.68% 0.84% -
XYZ 35.55 20.73 32.26 -
YUV 121.34 145.87 194.09 -
System Red Green Blue C M Y K H S L
Decimal 214 68 153 0 0.68 0.29 0.16 325.07 0.64 0.55
Hex D6 44 99 0 44 1D 10 145 40 37
Octal 326 104 231 0 104 35 20 505 100 67
Binary 11010110 1000100 10011001 0 1000100 11101 10000 101000101 1000000 110111

Color Harmonies of #D64499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64499

Black with #D64499

Text Example


Text Example

White with #D64499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64499; }

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

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

background-color css

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

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

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

border-color css

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

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

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