Html Css Color HEX #D655AE Fuchsia

📋 copy color: '#D655AE'

red 214 ◦ green 85 ◦ blue 174

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

Shades of Fuchsia #D655AE

Tints of Fuchsia #D655AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.79%

R = 45.24%
G = 17.97%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D655AE (or 0xD655AE) is known color: Fuchsia. HEX triplet: D6, 55 and AE. RGB value is (214,85,174). Sum of RGB (Red+Green+Blue) = 214+85+174=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D655AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D655AE is #29AA51. Grayscale: #858585. Windows color (decimal): -2730578 or 11425238. OLE color: 11425238.

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

Color convert

RGB 214 85 174 -
CMYK 0 0.60 0.19 0.16
HSL 318.6º 0.61% 0.59% -
HSV(B) 318.6º 0.6% 0.84% -
XYZ 38.62 23.85 42.61 -
YUV 133.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 214 85 174 0 0.60 0.19 0.16 318.6 0.61 0.59
Hex D6 55 AE 0 3C 13 10 13F 3D 3B
Octal 326 125 256 0 74 23 20 477 75 73
Binary 11010110 1010101 10101110 0 111100 10011 10000 100111111 111101 111011

Color Harmonies of #D655AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655AE

Black with #D655AE

Text Example


Text Example

White with #D655AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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