Html Css Color HEX #D064AF Fuchsia

📋 copy color: '#D064AF'

red 208 ◦ green 100 ◦ blue 175

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

Shades of Fuchsia #D064AF

Tints of Fuchsia #D064AF

RGB

 RED value IS 208 (81.64% from 255) = 43.06%

 GREEN value IS 100 (39.45% from 255) = 20.7%

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

R = 43.06%
G = 20.7%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D064AF (or 0xD064AF) is known color: Fuchsia. HEX triplet: D0, 64 and AF. RGB value is (208,100,175). Sum of RGB (Red+Green+Blue) = 208+100+175=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D064AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D064AF is #2F9B50. Grayscale: #8C8C8C. Windows color (decimal): -3119953 or 11494608. OLE color: 11494608.

HSL color Cylindrical-coordinate representation of color #D064AF: hue angle of 318.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D064AF is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 100 175 -
CMYK 0 0.52 0.16 0.18
HSL 318.33º 0.53% 0.6% -
HSV(B) 318.33º 0.52% 0.82% -
XYZ 38.31 25.62 43.48 -
YUV 140.84 147.28 175.9 -
System Red Green Blue C M Y K H S L
Decimal 208 100 175 0 0.52 0.16 0.18 318.33 0.53 0.6
Hex D0 64 AF 0 34 10 12 13E 35 3C
Octal 320 144 257 0 64 20 22 476 65 74
Binary 11010000 1100100 10101111 0 110100 10000 10010 100111110 110101 111100

Color Harmonies of #D064AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064AF

Black with #D064AF

Text Example


Text Example

White with #D064AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064AF; }

 p { color: rgb(208,100,175); }

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

background-color css

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

 a { background-color: rgb(208,100,175); }

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

border-color css

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

 span { border-color: rgb(208,100,175); }

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