Html Css Color HEX #D658AF Fuchsia

📋 copy color: '#D658AF'

red 214 ◦ green 88 ◦ blue 175

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

Shades of Fuchsia #D658AF

Tints of Fuchsia #D658AF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.45%

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

R = 44.86%
G = 18.45%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D658AF (or 0xD658AF) is known color: Fuchsia. HEX triplet: D6, 58 and AF. RGB value is (214,88,175). Sum of RGB (Red+Green+Blue) = 214+88+175=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D658AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D658AF is #29A750. Grayscale: #878787. Windows color (decimal): -2729809 or 11491542. OLE color: 11491542.

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

Color convert

RGB 214 88 175 -
CMYK 0 0.59 0.18 0.16
HSL 318.57º 0.61% 0.59% -
HSV(B) 318.57º 0.59% 0.84% -
XYZ 38.96 24.37 43.21 -
YUV 135.59 150.24 183.93 -
System Red Green Blue C M Y K H S L
Decimal 214 88 175 0 0.59 0.18 0.16 318.57 0.61 0.59
Hex D6 58 AF 0 3B 12 10 13F 3D 3B
Octal 326 130 257 0 73 22 20 477 75 73
Binary 11010110 1011000 10101111 0 111011 10010 10000 100111111 111101 111011

Color Harmonies of #D658AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D658AF

Black with #D658AF

Text Example


Text Example

White with #D658AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D658AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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