Html Css Color HEX #D6488D Mulberry

📋 copy color: '#D6488D'

red 214 ◦ green 72 ◦ blue 141

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

Shades of Mulberry #D6488D

Tints of Mulberry #D6488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.86%

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

R = 50.12%
G = 16.86%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6488D (or 0xD6488D) is known color: Mulberry. HEX triplet: D6, 48 and 8D. RGB value is (214,72,141). Sum of RGB (Red+Green+Blue) = 214+72+141=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6488D is #29B772. Grayscale: #7A7A7A. Windows color (decimal): -2733939 or 9259222. OLE color: 9259222.

HSL color Cylindrical-coordinate representation of color #D6488D: hue angle of 330.85º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6488D is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 72 141 -
CMYK 0 0.66 0.34 0.16
HSL 330.85º 0.63% 0.56% -
HSV(B) 330.85º 0.66% 0.84% -
XYZ 34.86 20.85 27.39 -
YUV 122.32 138.54 193.39 -
System Red Green Blue C M Y K H S L
Decimal 214 72 141 0 0.66 0.34 0.16 330.85 0.63 0.56
Hex D6 48 8D 0 42 22 10 14B 3F 38
Octal 326 110 215 0 102 42 20 513 77 70
Binary 11010110 1001000 10001101 0 1000010 100010 10000 101001011 111111 111000

Color Harmonies of #D6488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6488D

Black with #D6488D

Text Example


Text Example

White with #D6488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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