Html Css Color HEX #D6488A Mulberry

📋 copy color: '#D6488A'

red 214 ◦ green 72 ◦ blue 138

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

Shades of Mulberry #D6488A

Tints of Mulberry #D6488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.55%

R = 50.47%
G = 16.98%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6488A (or 0xD6488A) is known color: Mulberry. HEX triplet: D6, 48 and 8A. RGB value is (214,72,138). Sum of RGB (Red+Green+Blue) = 214+72+138=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6488A is #29B775. Grayscale: #797979. Windows color (decimal): -2733942 or 9062614. OLE color: 9062614.

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

Color convert

RGB 214 72 138 -
CMYK 0 0.66 0.36 0.16
HSL 332.11º 0.63% 0.56% -
HSV(B) 332.11º 0.66% 0.84% -
XYZ 34.64 20.77 26.23 -
YUV 121.98 137.04 193.63 -
System Red Green Blue C M Y K H S L
Decimal 214 72 138 0 0.66 0.36 0.16 332.11 0.63 0.56
Hex D6 48 8A 0 42 24 10 14C 3F 38
Octal 326 110 212 0 102 44 20 514 77 70
Binary 11010110 1001000 10001010 0 1000010 100100 10000 101001100 111111 111000

Color Harmonies of #D6488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6488A

Black with #D6488A

Text Example


Text Example

White with #D6488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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