Html Css Color HEX #D050C7 Fuchsia

📋 copy color: '#D050C7'

red 208 ◦ green 80 ◦ blue 199

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

Shades of Fuchsia #D050C7

Tints of Fuchsia #D050C7

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.43%

 BLUE value IS 199 (78.13% from 255) = 40.86%

R = 42.71%
G = 16.43%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D050C7 (or 0xD050C7) is known color: Fuchsia. HEX triplet: D0, 50 and C7. RGB value is (208,80,199). Sum of RGB (Red+Green+Blue) = 208+80+199=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D050C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D050C7 is #2FAF38. Grayscale: #838383. Windows color (decimal): -3125049 or 13062352. OLE color: 13062352.

HSL color Cylindrical-coordinate representation of color #D050C7: hue angle of 304.22º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D050C7 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 80 199 -
CMYK 0 0.62 0.04 0.18
HSL 304.22º 0.58% 0.56% -
HSV(B) 304.22º 0.62% 0.82% -
XYZ 39.19 23.27 56.46 -
YUV 131.84 165.91 182.32 -
System Red Green Blue C M Y K H S L
Decimal 208 80 199 0 0.62 0.04 0.18 304.22 0.58 0.56
Hex D0 50 C7 0 3E 4 12 130 3A 38
Octal 320 120 307 0 76 4 22 460 72 70
Binary 11010000 1010000 11000111 0 111110 100 10010 100110000 111010 111000

Color Harmonies of #D050C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050C7

Black with #D050C7

Text Example


Text Example

White with #D050C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050C7; }

 p { color: rgb(208,80,199); }

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

background-color css

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

 a { background-color: rgb(208,80,199); }

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

border-color css

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

 span { border-color: rgb(208,80,199); }

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