Html Css Color HEX #D051B6 Fuchsia

📋 copy color: '#D051B6'

red 208 ◦ green 81 ◦ blue 182

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

Shades of Fuchsia #D051B6

Tints of Fuchsia #D051B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.64%

R = 44.16%
G = 17.2%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D051B6 (or 0xD051B6) is known color: Fuchsia. HEX triplet: D0, 51 and B6. RGB value is (208,81,182). Sum of RGB (Red+Green+Blue) = 208+81+182=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D051B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D051B6 is #2FAE49. Grayscale: #828282. Windows color (decimal): -3124810 or 11948496. OLE color: 11948496.

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

Color convert

RGB 208 81 182 -
CMYK 0 0.61 0.12 0.18
HSL 312.28º 0.57% 0.57% -
HSV(B) 312.28º 0.61% 0.82% -
XYZ 37.4 22.67 46.66 -
YUV 130.49 157.08 183.29 -
System Red Green Blue C M Y K H S L
Decimal 208 81 182 0 0.61 0.12 0.18 312.28 0.57 0.57
Hex D0 51 B6 0 3D C 12 138 39 39
Octal 320 121 266 0 75 14 22 470 71 71
Binary 11010000 1010001 10110110 0 111101 1100 10010 100111000 111001 111001

Color Harmonies of #D051B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D051B6

Black with #D051B6

Text Example


Text Example

White with #D051B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D051B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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