Html Css Color HEX #D6469E Mulberry

📋 copy color: '#D6469E'

red 214 ◦ green 70 ◦ blue 158

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

Shades of Mulberry #D6469E

Tints of Mulberry #D6469E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.75%

R = 48.42%
G = 15.84%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6469E (or 0xD6469E) is known color: Mulberry. HEX triplet: D6, 46 and 9E. RGB value is (214,70,158). Sum of RGB (Red+Green+Blue) = 214+70+158=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6469E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6469E is #29B961. Grayscale: #7A7A7A. Windows color (decimal): -2734434 or 10372822. OLE color: 10372822.

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

Color convert

RGB 214 70 158 -
CMYK 0 0.67 0.26 0.16
HSL 323.33º 0.64% 0.56% -
HSV(B) 323.33º 0.67% 0.84% -
XYZ 36.09 21.15 34.53 -
YUV 123.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 214 70 158 0 0.67 0.26 0.16 323.33 0.64 0.56
Hex D6 46 9E 0 43 1A 10 143 40 38
Octal 326 106 236 0 103 32 20 503 100 70
Binary 11010110 1000110 10011110 0 1000011 11010 10000 101000011 1000000 111000

Color Harmonies of #D6469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6469E

Black with #D6469E

Text Example


Text Example

White with #D6469E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6469E; }

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

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

background-color css

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

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

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

border-color css

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

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

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