Html Css Color HEX #D650AD Fuchsia

📋 copy color: '#D650AD'

red 214 ◦ green 80 ◦ blue 173

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

Shades of Fuchsia #D650AD

Tints of Fuchsia #D650AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.13%

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

R = 45.82%
G = 17.13%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D650AD (or 0xD650AD) is known color: Fuchsia. HEX triplet: D6, 50 and AD. RGB value is (214,80,173). Sum of RGB (Red+Green+Blue) = 214+80+173=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D650AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D650AD is #29AF52. Grayscale: #828282. Windows color (decimal): -2731859 or 11358422. OLE color: 11358422.

HSL color Cylindrical-coordinate representation of color #D650AD: hue angle of 318.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D650AD is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 173 -
CMYK 0 0.63 0.19 0.16
HSL 318.36º 0.62% 0.58% -
HSV(B) 318.36º 0.63% 0.84% -
XYZ 38.14 23.05 41.97 -
YUV 130.67 151.89 187.44 -
System Red Green Blue C M Y K H S L
Decimal 214 80 173 0 0.63 0.19 0.16 318.36 0.62 0.58
Hex D6 50 AD 0 3F 13 10 13E 3E 3A
Octal 326 120 255 0 77 23 20 476 76 72
Binary 11010110 1010000 10101101 0 111111 10011 10000 100111110 111110 111010

Color Harmonies of #D650AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D650AD

Black with #D650AD

Text Example


Text Example

White with #D650AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D650AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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