Html Css Color HEX #D646AD Fuchsia

📋 copy color: '#D646AD'

red 214 ◦ green 70 ◦ blue 173

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

Shades of Fuchsia #D646AD

Tints of Fuchsia #D646AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.86%

R = 46.83%
G = 15.32%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D646AD (or 0xD646AD) is known color: Fuchsia. HEX triplet: D6, 46 and AD. RGB value is (214,70,173). Sum of RGB (Red+Green+Blue) = 214+70+173=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D646AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D646AD is #29B952. Grayscale: #7C7C7C. Windows color (decimal): -2734419 or 11355862. OLE color: 11355862.

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

Color convert

RGB 214 70 173 -
CMYK 0 0.67 0.19 0.16
HSL 317.08º 0.64% 0.56% -
HSV(B) 317.08º 0.67% 0.84% -
XYZ 37.46 21.69 41.75 -
YUV 124.8 155.21 191.62 -
System Red Green Blue C M Y K H S L
Decimal 214 70 173 0 0.67 0.19 0.16 317.08 0.64 0.56
Hex D6 46 AD 0 43 13 10 13D 40 38
Octal 326 106 255 0 103 23 20 475 100 70
Binary 11010110 1000110 10101101 0 1000011 10011 10000 100111101 1000000 111000

Color Harmonies of #D646AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D646AD

Black with #D646AD

Text Example


Text Example

White with #D646AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D646AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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