Html Css Color HEX #D6448F Mulberry

📋 copy color: '#D6448F'

red 214 ◦ green 68 ◦ blue 143

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

Shades of Mulberry #D6448F

Tints of Mulberry #D6448F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.65%

R = 50.35%
G = 16%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6448F (or 0xD6448F) is known color: Mulberry. HEX triplet: D6, 44 and 8F. RGB value is (214,68,143). Sum of RGB (Red+Green+Blue) = 214+68+143=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6448F is #29BB70. Grayscale: #787878. Windows color (decimal): -2734961 or 9389270. OLE color: 9389270.

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

Color convert

RGB 214 68 143 -
CMYK 0 0.68 0.33 0.16
HSL 329.18º 0.64% 0.55% -
HSV(B) 329.18º 0.68% 0.84% -
XYZ 34.76 20.41 28.09 -
YUV 120.2 140.87 194.9 -
System Red Green Blue C M Y K H S L
Decimal 214 68 143 0 0.68 0.33 0.16 329.18 0.64 0.55
Hex D6 44 8F 0 44 21 10 149 40 37
Octal 326 104 217 0 104 41 20 511 100 67
Binary 11010110 1000100 10001111 0 1000100 100001 10000 101001001 1000000 110111

Color Harmonies of #D6448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6448F

Black with #D6448F

Text Example


Text Example

White with #D6448F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6448F; }

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

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

background-color css

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

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

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

border-color css

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

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

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