Html Css Color HEX #D655AF Fuchsia

📋 copy color: '#D655AF'

red 214 ◦ green 85 ◦ blue 175

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

Shades of Fuchsia #D655AF

Tints of Fuchsia #D655AF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.93%

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

R = 45.15%
G = 17.93%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D655AF (or 0xD655AF) is known color: Fuchsia. HEX triplet: D6, 55 and AF. RGB value is (214,85,175). Sum of RGB (Red+Green+Blue) = 214+85+175=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D655AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D655AF is #29AA50. Grayscale: #858585. Windows color (decimal): -2730577 or 11490774. OLE color: 11490774.

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

Color convert

RGB 214 85 175 -
CMYK 0 0.60 0.18 0.16
HSL 318.14º 0.61% 0.59% -
HSV(B) 318.14º 0.6% 0.84% -
XYZ 38.72 23.89 43.13 -
YUV 133.83 151.24 185.18 -
System Red Green Blue C M Y K H S L
Decimal 214 85 175 0 0.60 0.18 0.16 318.14 0.61 0.59
Hex D6 55 AF 0 3C 12 10 13E 3D 3B
Octal 326 125 257 0 74 22 20 476 75 73
Binary 11010110 1010101 10101111 0 111100 10010 10000 100111110 111101 111011

Color Harmonies of #D655AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655AF

Black with #D655AF

Text Example


Text Example

White with #D655AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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