Html Css Color HEX #D642A6 Mulberry

📋 copy color: '#D642A6'

red 214 ◦ green 66 ◦ blue 166

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

Shades of Mulberry #D642A6

Tints of Mulberry #D642A6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.8%

 BLUE value IS 166 (65.23% from 255) = 37.22%

R = 47.98%
G = 14.8%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D642A6 (or 0xD642A6) is known color: Mulberry. HEX triplet: D6, 42 and A6. RGB value is (214,66,166). Sum of RGB (Red+Green+Blue) = 214+66+166=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D642A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D642A6 is #29BD59. Grayscale: #797979. Windows color (decimal): -2735450 or 10896086. OLE color: 10896086.

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

Color convert

RGB 214 66 166 -
CMYK 0 0.69 0.22 0.16
HSL 319.46º 0.64% 0.55% -
HSV(B) 319.46º 0.69% 0.84% -
XYZ 36.56 20.95 38.19 -
YUV 121.65 153.03 193.87 -
System Red Green Blue C M Y K H S L
Decimal 214 66 166 0 0.69 0.22 0.16 319.46 0.64 0.55
Hex D6 42 A6 0 45 16 10 13F 40 37
Octal 326 102 246 0 105 26 20 477 100 67
Binary 11010110 1000010 10100110 0 1000101 10110 10000 100111111 1000000 110111

Color Harmonies of #D642A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D642A6

Black with #D642A6

Text Example


Text Example

White with #D642A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D642A6; }

 p { color: rgb(214,66,166); }

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

background-color css

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

 a { background-color: rgb(214,66,166); }

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

border-color css

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

 span { border-color: rgb(214,66,166); }

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