Html Css Color HEX #D6468D Mulberry

📋 copy color: '#D6468D'

red 214 ◦ green 70 ◦ blue 141

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

Shades of Mulberry #D6468D

Tints of Mulberry #D6468D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.47%

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

R = 50.35%
G = 16.47%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6468D (or 0xD6468D) is known color: Mulberry. HEX triplet: D6, 46 and 8D. RGB value is (214,70,141). Sum of RGB (Red+Green+Blue) = 214+70+141=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6468D is #29B972. Grayscale: #797979. Windows color (decimal): -2734451 or 9258710. OLE color: 9258710.

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

Color convert

RGB 214 70 141 -
CMYK 0 0.67 0.34 0.16
HSL 330.42º 0.64% 0.56% -
HSV(B) 330.42º 0.67% 0.84% -
XYZ 34.73 20.6 27.34 -
YUV 121.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 214 70 141 0 0.67 0.34 0.16 330.42 0.64 0.56
Hex D6 46 8D 0 43 22 10 14A 40 38
Octal 326 106 215 0 103 42 20 512 100 70
Binary 11010110 1000110 10001101 0 1000011 100010 10000 101001010 1000000 111000

Color Harmonies of #D6468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6468D

Black with #D6468D

Text Example


Text Example

White with #D6468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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