Html Css Color HEX #D6448B Mulberry

📋 copy color: '#D6448B'

red 214 ◦ green 68 ◦ blue 139

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

Shades of Mulberry #D6448B

Tints of Mulberry #D6448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 50.83%
G = 16.15%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6448B (or 0xD6448B) is known color: Mulberry. HEX triplet: D6, 44 and 8B. RGB value is (214,68,139). Sum of RGB (Red+Green+Blue) = 214+68+139=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6448B is #29BB74. Grayscale: #777777. Windows color (decimal): -2734965 or 9127126. OLE color: 9127126.

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

Color convert

RGB 214 68 139 -
CMYK 0 0.68 0.35 0.16
HSL 330.82º 0.64% 0.55% -
HSV(B) 330.82º 0.68% 0.84% -
XYZ 34.46 20.29 26.53 -
YUV 119.75 138.87 195.23 -
System Red Green Blue C M Y K H S L
Decimal 214 68 139 0 0.68 0.35 0.16 330.82 0.64 0.55
Hex D6 44 8B 0 44 23 10 14B 40 37
Octal 326 104 213 0 104 43 20 513 100 67
Binary 11010110 1000100 10001011 0 1000100 100011 10000 101001011 1000000 110111

Color Harmonies of #D6448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6448B

Black with #D6448B

Text Example


Text Example

White with #D6448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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