Html Css Color HEX #D6488B Mulberry

📋 copy color: '#D6488B'

red 214 ◦ green 72 ◦ blue 139

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

Shades of Mulberry #D6488B

Tints of Mulberry #D6488B

RGB

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

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

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

R = 50.35%
G = 16.94%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6488B (or 0xD6488B) is known color: Mulberry. HEX triplet: D6, 48 and 8B. RGB value is (214,72,139). Sum of RGB (Red+Green+Blue) = 214+72+139=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6488B is #29B774. Grayscale: #797979. Windows color (decimal): -2733941 or 9128150. OLE color: 9128150.

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

Color convert

RGB 214 72 139 -
CMYK 0 0.66 0.35 0.16
HSL 331.69º 0.63% 0.56% -
HSV(B) 331.69º 0.66% 0.84% -
XYZ 34.71 20.79 26.61 -
YUV 122.1 137.54 193.55 -
System Red Green Blue C M Y K H S L
Decimal 214 72 139 0 0.66 0.35 0.16 331.69 0.63 0.56
Hex D6 48 8B 0 42 23 10 14C 3F 38
Octal 326 110 213 0 102 43 20 514 77 70
Binary 11010110 1001000 10001011 0 1000010 100011 10000 101001100 111111 111000

Color Harmonies of #D6488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6488B

Black with #D6488B

Text Example


Text Example

White with #D6488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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