Html Css Color HEX #D251AF Fuchsia

📋 copy color: '#D251AF'

red 210 ◦ green 81 ◦ blue 175

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

Shades of Fuchsia #D251AF

Tints of Fuchsia #D251AF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.38%

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

R = 45.06%
G = 17.38%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D251AF (or 0xD251AF) is known color: Fuchsia. HEX triplet: D2, 51 and AF. RGB value is (210,81,175). Sum of RGB (Red+Green+Blue) = 210+81+175=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D251AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D251AF is #2DAE50. Grayscale: #828282. Windows color (decimal): -2993745 or 11489746. OLE color: 11489746.

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

Color convert

RGB 210 81 175 -
CMYK 0 0.61 0.17 0.18
HSL 316.28º 0.59% 0.57% -
HSV(B) 316.28º 0.61% 0.82% -
XYZ 37.26 22.68 42.97 -
YUV 130.29 153.24 184.86 -
System Red Green Blue C M Y K H S L
Decimal 210 81 175 0 0.61 0.17 0.18 316.28 0.59 0.57
Hex D2 51 AF 0 3D 11 12 13C 3B 39
Octal 322 121 257 0 75 21 22 474 73 71
Binary 11010010 1010001 10101111 0 111101 10001 10010 100111100 111011 111001

Color Harmonies of #D251AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D251AF

Black with #D251AF

Text Example


Text Example

White with #D251AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D251AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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