Html Css Color HEX #D050CF Fuchsia

📋 copy color: '#D050CF'

red 208 ◦ green 80 ◦ blue 207

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

Shades of Fuchsia #D050CF

Tints of Fuchsia #D050CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.82%

R = 42.02%
G = 16.16%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D050CF (or 0xD050CF) is known color: Fuchsia. HEX triplet: D0, 50 and CF. RGB value is (208,80,207). Sum of RGB (Red+Green+Blue) = 208+80+207=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D050CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D050CF is #2FAF30. Grayscale: #848484. Windows color (decimal): -3125041 or 13586640. OLE color: 13586640.

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

Color convert

RGB 208 80 207 -
CMYK 0 0.62 0.00 0.18
HSL 300.47º 0.58% 0.56% -
HSV(B) 300.47º 0.62% 0.82% -
XYZ 40.14 23.65 61.48 -
YUV 132.75 169.91 181.67 -
System Red Green Blue C M Y K H S L
Decimal 208 80 207 0 0.62 0.00 0.18 300.47 0.58 0.56
Hex D0 50 CF 0 3E 0 12 12C 3A 38
Octal 320 120 317 0 76 0 22 454 72 70
Binary 11010000 1010000 11001111 0 111110 0 10010 100101100 111010 111000

Color Harmonies of #D050CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050CF

Black with #D050CF

Text Example


Text Example

White with #D050CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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