Html Css Color HEX #D6448E Mulberry

📋 copy color: '#D6448E'

red 214 ◦ green 68 ◦ blue 142

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

Shades of Mulberry #D6448E

Tints of Mulberry #D6448E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.49%

R = 50.47%
G = 16.04%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6448E (or 0xD6448E) is known color: Mulberry. HEX triplet: D6, 44 and 8E. RGB value is (214,68,142). Sum of RGB (Red+Green+Blue) = 214+68+142=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6448E is #29BB71. Grayscale: #777777. Windows color (decimal): -2734962 or 9323734. OLE color: 9323734.

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

Color convert

RGB 214 68 142 -
CMYK 0 0.68 0.34 0.16
HSL 329.59º 0.64% 0.55% -
HSV(B) 329.59º 0.68% 0.84% -
XYZ 34.68 20.38 27.7 -
YUV 120.09 140.37 194.98 -
System Red Green Blue C M Y K H S L
Decimal 214 68 142 0 0.68 0.34 0.16 329.59 0.64 0.55
Hex D6 44 8E 0 44 22 10 14A 40 37
Octal 326 104 216 0 104 42 20 512 100 67
Binary 11010110 1000100 10001110 0 1000100 100010 10000 101001010 1000000 110111

Color Harmonies of #D6448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6448E

Black with #D6448E

Text Example


Text Example

White with #D6448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6448E; }

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

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

background-color css

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

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

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

border-color css

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

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

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