Html Css Color HEX #D050CC Fuchsia

📋 copy color: '#D050CC'

red 208 ◦ green 80 ◦ blue 204

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

Shades of Fuchsia #D050CC

Tints of Fuchsia #D050CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 42.28%
G = 16.26%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D050CC (or 0xD050CC) is known color: Fuchsia. HEX triplet: D0, 50 and CC. RGB value is (208,80,204). Sum of RGB (Red+Green+Blue) = 208+80+204=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D050CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D050CC is #2FAF33. Grayscale: #848484. Windows color (decimal): -3125044 or 13390032. OLE color: 13390032.

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

Color convert

RGB 208 80 204 -
CMYK 0 0.62 0.02 0.18
HSL 301.88º 0.58% 0.56% -
HSV(B) 301.88º 0.62% 0.82% -
XYZ 39.78 23.51 59.57 -
YUV 132.41 168.41 181.92 -
System Red Green Blue C M Y K H S L
Decimal 208 80 204 0 0.62 0.02 0.18 301.88 0.58 0.56
Hex D0 50 CC 0 3E 2 12 12E 3A 38
Octal 320 120 314 0 76 2 22 456 72 70
Binary 11010000 1010000 11001100 0 111110 10 10010 100101110 111010 111000

Color Harmonies of #D050CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050CC

Black with #D050CC

Text Example


Text Example

White with #D050CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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