Html Css Color HEX #D051C0 Fuchsia

📋 copy color: '#D051C0'

red 208 ◦ green 81 ◦ blue 192

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

Shades of Fuchsia #D051C0

Tints of Fuchsia #D051C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.92%

R = 43.24%
G = 16.84%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D051C0 (or 0xD051C0) is known color: Fuchsia. HEX triplet: D0, 51 and C0. RGB value is (208,81,192). Sum of RGB (Red+Green+Blue) = 208+81+192=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D051C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D051C0 is #2FAE3F. Grayscale: #838383. Windows color (decimal): -3124800 or 12603856. OLE color: 12603856.

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

Color convert

RGB 208 81 192 -
CMYK 0 0.61 0.08 0.18
HSL 307.56º 0.57% 0.57% -
HSV(B) 307.56º 0.61% 0.82% -
XYZ 38.47 23.1 52.3 -
YUV 131.63 162.08 182.47 -
System Red Green Blue C M Y K H S L
Decimal 208 81 192 0 0.61 0.08 0.18 307.56 0.57 0.57
Hex D0 51 C0 0 3D 8 12 134 39 39
Octal 320 121 300 0 75 10 22 464 71 71
Binary 11010000 1010001 11000000 0 111101 1000 10010 100110100 111001 111001

Color Harmonies of #D051C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D051C0

Black with #D051C0

Text Example


Text Example

White with #D051C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D051C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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