Html Css Color HEX #D240AF Fuchsia

📋 copy color: '#D240AF'

red 210 ◦ green 64 ◦ blue 175

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

Shades of Fuchsia #D240AF

Tints of Fuchsia #D240AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.25%

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

R = 46.77%
G = 14.25%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D240AF (or 0xD240AF) is known color: Fuchsia. HEX triplet: D2, 40 and AF. RGB value is (210,64,175). Sum of RGB (Red+Green+Blue) = 210+64+175=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D240AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D240AF is #2DBF50. Grayscale: #787878. Windows color (decimal): -2998097 or 11485394. OLE color: 11485394.

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

Color convert

RGB 210 64 175 -
CMYK 0 0.70 0.17 0.18
HSL 314.38º 0.62% 0.54% -
HSV(B) 314.38º 0.7% 0.82% -
XYZ 36.15 20.46 42.6 -
YUV 120.31 158.87 191.97 -
System Red Green Blue C M Y K H S L
Decimal 210 64 175 0 0.70 0.17 0.18 314.38 0.62 0.54
Hex D2 40 AF 0 46 11 12 13A 3E 36
Octal 322 100 257 0 106 21 22 472 76 66
Binary 11010010 1000000 10101111 0 1000110 10001 10010 100111010 111110 110110

Color Harmonies of #D240AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D240AF

Black with #D240AF

Text Example


Text Example

White with #D240AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D240AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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