Html Css Color HEX #D260AF Fuchsia

📋 copy color: '#D260AF'

red 210 ◦ green 96 ◦ blue 175

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

Shades of Fuchsia #D260AF

Tints of Fuchsia #D260AF

RGB

 RED value IS 210 (82.42% from 255) = 43.66%

 GREEN value IS 96 (37.89% from 255) = 19.96%

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

R = 43.66%
G = 19.96%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D260AF (or 0xD260AF) is known color: Fuchsia. HEX triplet: D2, 60 and AF. RGB value is (210,96,175). Sum of RGB (Red+Green+Blue) = 210+96+175=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D260AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D260AF is #2D9F50. Grayscale: #8A8A8A. Windows color (decimal): -2989905 or 11493586. OLE color: 11493586.

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

Color convert

RGB 210 96 175 -
CMYK 0 0.54 0.17 0.18
HSL 318.42º 0.56% 0.6% -
HSV(B) 318.42º 0.54% 0.82% -
XYZ 38.5 25.16 43.39 -
YUV 139.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 210 96 175 0 0.54 0.17 0.18 318.42 0.56 0.6
Hex D2 60 AF 0 36 11 12 13E 38 3C
Octal 322 140 257 0 66 21 22 476 70 74
Binary 11010010 1100000 10101111 0 110110 10001 10010 100111110 111000 111100

Color Harmonies of #D260AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D260AF

Black with #D260AF

Text Example


Text Example

White with #D260AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D260AF; }

 p { color: rgb(210,96,175); }

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

background-color css

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

 a { background-color: rgb(210,96,175); }

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

border-color css

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

 span { border-color: rgb(210,96,175); }

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