Html Css Color HEX #D6489B Mulberry

📋 copy color: '#D6489B'

red 214 ◦ green 72 ◦ blue 155

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

Shades of Mulberry #D6489B

Tints of Mulberry #D6489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.15%

R = 48.53%
G = 16.33%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6489B (or 0xD6489B) is known color: Mulberry. HEX triplet: D6, 48 and 9B. RGB value is (214,72,155). Sum of RGB (Red+Green+Blue) = 214+72+155=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6489B is #29B764. Grayscale: #7B7B7B. Windows color (decimal): -2733925 or 10176726. OLE color: 10176726.

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

Color convert

RGB 214 72 155 -
CMYK 0 0.66 0.28 0.16
HSL 324.93º 0.63% 0.56% -
HSV(B) 324.93º 0.66% 0.84% -
XYZ 35.97 21.3 33.23 -
YUV 123.92 145.54 192.25 -
System Red Green Blue C M Y K H S L
Decimal 214 72 155 0 0.66 0.28 0.16 324.93 0.63 0.56
Hex D6 48 9B 0 42 1C 10 145 3F 38
Octal 326 110 233 0 102 34 20 505 77 70
Binary 11010110 1001000 10011011 0 1000010 11100 10000 101000101 111111 111000

Color Harmonies of #D6489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6489B

Black with #D6489B

Text Example


Text Example

White with #D6489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6489B; }

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

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

background-color css

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

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

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

border-color css

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

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

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