Html Css Color HEX #D260C0 Fuchsia

📋 copy color: '#D260C0'

red 210 ◦ green 96 ◦ blue 192

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

Shades of Fuchsia #D260C0

Tints of Fuchsia #D260C0

RGB

 RED value IS 210 (82.42% from 255) = 42.17%

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

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

R = 42.17%
G = 19.28%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D260C0 (or 0xD260C0) is known color: Fuchsia. HEX triplet: D2, 60 and C0. RGB value is (210,96,192). Sum of RGB (Red+Green+Blue) = 210+96+192=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D260C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260C0 is #2D9F3F. Grayscale: #8C8C8C. Windows color (decimal): -2989888 or 12607698. OLE color: 12607698.

HSL color Cylindrical-coordinate representation of color #D260C0: hue angle of 309.47º degrees, saturation: 0.56, 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 #D260C0 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 96 192 -
CMYK 0 0.54 0.09 0.18
HSL 309.47º 0.56% 0.6% -
HSV(B) 309.47º 0.54% 0.82% -
XYZ 40.28 25.87 52.74 -
YUV 141.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 210 96 192 0 0.54 0.09 0.18 309.47 0.56 0.6
Hex D2 60 C0 0 36 9 12 135 38 3C
Octal 322 140 300 0 66 11 22 465 70 74
Binary 11010010 1100000 11000000 0 110110 1001 10010 100110101 111000 111100

Color Harmonies of #D260C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D260C0

Black with #D260C0

Text Example


Text Example

White with #D260C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D260C0; }

 p { color: rgb(210,96,192); }

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

background-color css

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

 a { background-color: rgb(210,96,192); }

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

border-color css

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

 span { border-color: rgb(210,96,192); }

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