Html Css Color HEX #D650AF Fuchsia

📋 copy color: '#D650AF'

red 214 ◦ green 80 ◦ blue 175

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

Shades of Fuchsia #D650AF

Tints of Fuchsia #D650AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.31%

R = 45.63%
G = 17.06%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D650AF (or 0xD650AF) is known color: Fuchsia. HEX triplet: D6, 50 and AF. RGB value is (214,80,175). Sum of RGB (Red+Green+Blue) = 214+80+175=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D650AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D650AF is #29AF50. Grayscale: #828282. Windows color (decimal): -2731857 or 11489494. OLE color: 11489494.

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

Color convert

RGB 214 80 175 -
CMYK 0 0.63 0.18 0.16
HSL 317.46º 0.62% 0.58% -
HSV(B) 317.46º 0.63% 0.84% -
XYZ 38.34 23.13 43 -
YUV 130.9 152.89 187.28 -
System Red Green Blue C M Y K H S L
Decimal 214 80 175 0 0.63 0.18 0.16 317.46 0.62 0.58
Hex D6 50 AF 0 3F 12 10 13D 3E 3A
Octal 326 120 257 0 77 22 20 475 76 72
Binary 11010110 1010000 10101111 0 111111 10010 10000 100111101 111110 111010

Color Harmonies of #D650AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D650AF

Black with #D650AF

Text Example


Text Example

White with #D650AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D650AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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