Html Css Color HEX #D051B2 Fuchsia

📋 copy color: '#D051B2'

red 208 ◦ green 81 ◦ blue 178

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

Shades of Fuchsia #D051B2

Tints of Fuchsia #D051B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.12%

R = 44.54%
G = 17.34%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D051B2 (or 0xD051B2) is known color: Fuchsia. HEX triplet: D0, 51 and B2. RGB value is (208,81,178). Sum of RGB (Red+Green+Blue) = 208+81+178=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D051B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D051B2 is #2FAE4D. Grayscale: #818181. Windows color (decimal): -3124814 or 11686352. OLE color: 11686352.

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

Color convert

RGB 208 81 178 -
CMYK 0 0.61 0.14 0.18
HSL 314.17º 0.57% 0.57% -
HSV(B) 314.17º 0.61% 0.82% -
XYZ 36.99 22.51 44.51 -
YUV 130.03 155.08 183.61 -
System Red Green Blue C M Y K H S L
Decimal 208 81 178 0 0.61 0.14 0.18 314.17 0.57 0.57
Hex D0 51 B2 0 3D E 12 13A 39 39
Octal 320 121 262 0 75 16 22 472 71 71
Binary 11010000 1010001 10110010 0 111101 1110 10010 100111010 111001 111001

Color Harmonies of #D051B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D051B2

Black with #D051B2

Text Example


Text Example

White with #D051B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D051B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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