Html Css Color HEX #D654AF Fuchsia

📋 copy color: '#D654AF'

red 214 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #D654AF

Tints of Fuchsia #D654AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.76%

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

R = 45.24%
G = 17.76%
B = 37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D654AF (or 0xD654AF) is known color: Fuchsia. HEX triplet: D6, 54 and AF. RGB value is (214,84,175). Sum of RGB (Red+Green+Blue) = 214+84+175=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D654AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D654AF is #29AB50. Grayscale: #858585. Windows color (decimal): -2730833 or 11490518. OLE color: 11490518.

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

Color convert

RGB 214 84 175 -
CMYK 0 0.61 0.18 0.16
HSL 318º 0.61% 0.58% -
HSV(B) 318º 0.61% 0.84% -
XYZ 38.64 23.73 43.1 -
YUV 133.24 151.57 185.6 -
System Red Green Blue C M Y K H S L
Decimal 214 84 175 0 0.61 0.18 0.16 318 0.61 0.58
Hex D6 54 AF 0 3D 12 10 13E 3D 3A
Octal 326 124 257 0 75 22 20 476 75 72
Binary 11010110 1010100 10101111 0 111101 10010 10000 100111110 111101 111010

Color Harmonies of #D654AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D654AF

Black with #D654AF

Text Example


Text Example

White with #D654AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D654AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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