Html Css Color HEX #D641AF Fuchsia

📋 copy color: '#D641AF'

red 214 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #D641AF

Tints of Fuchsia #D641AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.32%

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

R = 47.14%
G = 14.32%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D641AF (or 0xD641AF) is known color: Fuchsia. HEX triplet: D6, 41 and AF. RGB value is (214,65,175). Sum of RGB (Red+Green+Blue) = 214+65+175=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D641AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D641AF is #29BE50. Grayscale: #797979. Windows color (decimal): -2735697 or 11485654. OLE color: 11485654.

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

Color convert

RGB 214 65 175 -
CMYK 0 0.70 0.18 0.16
HSL 315.7º 0.65% 0.55% -
HSV(B) 315.7º 0.7% 0.84% -
XYZ 37.36 21.17 42.67 -
YUV 122.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 214 65 175 0 0.70 0.18 0.16 315.7 0.65 0.55
Hex D6 41 AF 0 46 12 10 13C 41 37
Octal 326 101 257 0 106 22 20 474 101 67
Binary 11010110 1000001 10101111 0 1000110 10010 10000 100111100 1000001 110111

Color Harmonies of #D641AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D641AF

Black with #D641AF

Text Example


Text Example

White with #D641AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D641AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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