Html Css Color HEX #D64299 Mulberry

📋 copy color: '#D64299'

red 214 ◦ green 66 ◦ blue 153

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

Shades of Mulberry #D64299

Tints of Mulberry #D64299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.24%

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

R = 49.42%
G = 15.24%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D64299 (or 0xD64299) is known color: Mulberry. HEX triplet: D6, 42 and 99. RGB value is (214,66,153). Sum of RGB (Red+Green+Blue) = 214+66+153=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D64299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64299 is #29BD66. Grayscale: #777777. Windows color (decimal): -2735463 or 10044118. OLE color: 10044118.

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

Color convert

RGB 214 66 153 -
CMYK 0 0.69 0.29 0.16
HSL 324.73º 0.64% 0.55% -
HSV(B) 324.73º 0.69% 0.84% -
XYZ 35.43 20.49 32.23 -
YUV 120.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 214 66 153 0 0.69 0.29 0.16 324.73 0.64 0.55
Hex D6 42 99 0 45 1D 10 145 40 37
Octal 326 102 231 0 105 35 20 505 100 67
Binary 11010110 1000010 10011001 0 1000101 11101 10000 101000101 1000000 110111

Color Harmonies of #D64299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64299

Black with #D64299

Text Example


Text Example

White with #D64299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64299; }

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

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

background-color css

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

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

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

border-color css

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

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

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