Html Css Color HEX #D060C8 Fuchsia

📋 copy color: '#D060C8'

red 208 ◦ green 96 ◦ blue 200

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

Shades of Fuchsia #D060C8

Tints of Fuchsia #D060C8

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.05%

 BLUE value IS 200 (78.52% from 255) = 39.68%

R = 41.27%
G = 19.05%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D060C8 (or 0xD060C8) is known color: Fuchsia. HEX triplet: D0, 60 and C8. RGB value is (208,96,200). Sum of RGB (Red+Green+Blue) = 208+96+200=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D060C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060C8 is #2F9F37. Grayscale: #8D8D8D. Windows color (decimal): -3120952 or 13131984. OLE color: 13131984.

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

Color convert

RGB 208 96 200 -
CMYK 0 0.54 0.04 0.18
HSL 304.29º 0.54% 0.6% -
HSV(B) 304.29º 0.54% 0.82% -
XYZ 40.62 25.95 57.51 -
YUV 141.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 208 96 200 0 0.54 0.04 0.18 304.29 0.54 0.6
Hex D0 60 C8 0 36 4 12 130 36 3C
Octal 320 140 310 0 66 4 22 460 66 74
Binary 11010000 1100000 11001000 0 110110 100 10010 100110000 110110 111100

Color Harmonies of #D060C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060C8

Black with #D060C8

Text Example


Text Example

White with #D060C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060C8; }

 p { color: rgb(208,96,200); }

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

background-color css

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

 a { background-color: rgb(208,96,200); }

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

border-color css

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

 span { border-color: rgb(208,96,200); }

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