Html Css Color HEX #D061C0 Fuchsia

📋 copy color: '#D061C0'

red 208 ◦ green 97 ◦ blue 192

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

Shades of Fuchsia #D061C0

Tints of Fuchsia #D061C0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.52%

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

R = 41.85%
G = 19.52%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D061C0 (or 0xD061C0) is known color: Fuchsia. HEX triplet: D0, 61 and C0. RGB value is (208,97,192). Sum of RGB (Red+Green+Blue) = 208+97+192=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D061C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D061C0 is #2F9E3F. Grayscale: #8C8C8C. Windows color (decimal): -3120704 or 12607952. OLE color: 12607952.

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

Color convert

RGB 208 97 192 -
CMYK 0 0.53 0.08 0.18
HSL 308.65º 0.54% 0.6% -
HSV(B) 308.65º 0.53% 0.82% -
XYZ 39.8 25.77 52.74 -
YUV 141.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 208 97 192 0 0.53 0.08 0.18 308.65 0.54 0.6
Hex D0 61 C0 0 35 8 12 135 36 3C
Octal 320 141 300 0 65 10 22 465 66 74
Binary 11010000 1100001 11000000 0 110101 1000 10010 100110101 110110 111100

Color Harmonies of #D061C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D061C0

Black with #D061C0

Text Example


Text Example

White with #D061C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D061C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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