Html Css Color HEX #D6449F Mulberry

📋 copy color: '#D6449F'

red 214 ◦ green 68 ◦ blue 159

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

Shades of Mulberry #D6449F

Tints of Mulberry #D6449F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.05%

R = 48.53%
G = 15.42%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6449F (or 0xD6449F) is known color: Mulberry. HEX triplet: D6, 44 and 9F. RGB value is (214,68,159). Sum of RGB (Red+Green+Blue) = 214+68+159=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6449F is #29BB60. Grayscale: #797979. Windows color (decimal): -2734945 or 10437846. OLE color: 10437846.

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

Color convert

RGB 214 68 159 -
CMYK 0 0.68 0.26 0.16
HSL 322.6º 0.64% 0.55% -
HSV(B) 322.6º 0.68% 0.84% -
XYZ 36.06 20.93 34.94 -
YUV 122.03 148.87 193.6 -
System Red Green Blue C M Y K H S L
Decimal 214 68 159 0 0.68 0.26 0.16 322.6 0.64 0.55
Hex D6 44 9F 0 44 1A 10 143 40 37
Octal 326 104 237 0 104 32 20 503 100 67
Binary 11010110 1000100 10011111 0 1000100 11010 10000 101000011 1000000 110111

Color Harmonies of #D6449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6449F

Black with #D6449F

Text Example


Text Example

White with #D6449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6449F; }

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

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

background-color css

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

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

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

border-color css

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

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

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