Html Css Color HEX #D6448D Mulberry

📋 copy color: '#D6448D'

red 214 ◦ green 68 ◦ blue 141

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

Shades of Mulberry #D6448D

Tints of Mulberry #D6448D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 50.59%
G = 16.08%
B = 33.33%

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

#D6448D (or 0xD6448D) is known color: Mulberry. HEX triplet: D6, 44 and 8D. RGB value is (214,68,141). Sum of RGB (Red+Green+Blue) = 214+68+141=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6448D is #29BB72. Grayscale: #777777. Windows color (decimal): -2734963 or 9258198. OLE color: 9258198.

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

Color convert

RGB 214 68 141 -
CMYK 0 0.68 0.34 0.16
HSL 330º 0.64% 0.55% -
HSV(B) 330º 0.68% 0.84% -
XYZ 34.61 20.35 27.3 -
YUV 119.98 139.87 195.06 -
System Red Green Blue C M Y K H S L
Decimal 214 68 141 0 0.68 0.34 0.16 330 0.64 0.55
Hex D6 44 8D 0 44 22 10 14A 40 37
Octal 326 104 215 0 104 42 20 512 100 67
Binary 11010110 1000100 10001101 0 1000100 100010 10000 101001010 1000000 110111

Color Harmonies of #D6448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6448D

Black with #D6448D

Text Example


Text Example

White with #D6448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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