Html Css Color HEX #D051D1 Fuchsia

📋 copy color: '#D051D1'

red 208 ◦ green 81 ◦ blue 209

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

Shades of Fuchsia #D051D1

Tints of Fuchsia #D051D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.97%

R = 41.77%
G = 16.27%
B = 41.97%

CMYK

 C value IS 0.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D051D1 (or 0xD051D1) is known color: Fuchsia. HEX triplet: D0, 51 and D1. RGB value is (208,81,209). Sum of RGB (Red+Green+Blue) = 208+81+209=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #D051D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D051D1 is #2FAE2E. Grayscale: #858585. Windows color (decimal): -3124783 or 13717968. OLE color: 13717968.

HSL color Cylindrical-coordinate representation of color #D051D1: hue angle of 299.53º degrees, saturation: 0.58, 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 #D051D1 is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 81 209 -
CMYK 0.00 0.61 0 0.18
HSL 299.53º 0.58% 0.57% -
HSV(B) 299.53º 0.61% 0.82% -
XYZ 40.46 23.9 62.8 -
YUV 133.57 170.58 181.09 -
System Red Green Blue C M Y K H S L
Decimal 208 81 209 0.00 0.61 0 0.18 299.53 0.58 0.57
Hex D0 51 D1 0 3D 0 12 12C 3A 39
Octal 320 121 321 0 75 0 22 454 72 71
Binary 11010000 1010001 11010001 0 111101 0 10010 100101100 111010 111001

Color Harmonies of #D051D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D051D1

Black with #D051D1

Text Example


Text Example

White with #D051D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D051D1; }

 p { color: rgb(208,81,209); }

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

background-color css

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

 a { background-color: rgb(208,81,209); }

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

border-color css

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

 span { border-color: rgb(208,81,209); }

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