Html Css Color HEX #D260B6 Fuchsia

📋 copy color: '#D260B6'

red 210 ◦ green 96 ◦ blue 182

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

Shades of Fuchsia #D260B6

Tints of Fuchsia #D260B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.3%

R = 43.03%
G = 19.67%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D260B6 (or 0xD260B6) is known color: Fuchsia. HEX triplet: D2, 60 and B6. RGB value is (210,96,182). Sum of RGB (Red+Green+Blue) = 210+96+182=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D260B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260B6 is #2D9F49. Grayscale: #8B8B8B. Windows color (decimal): -2989898 or 11952338. OLE color: 11952338.

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

Color convert

RGB 210 96 182 -
CMYK 0 0.54 0.13 0.18
HSL 314.74º 0.56% 0.6% -
HSV(B) 314.74º 0.54% 0.82% -
XYZ 39.2 25.44 47.1 -
YUV 139.89 151.77 178.01 -
System Red Green Blue C M Y K H S L
Decimal 210 96 182 0 0.54 0.13 0.18 314.74 0.56 0.6
Hex D2 60 B6 0 36 D 12 13B 38 3C
Octal 322 140 266 0 66 15 22 473 70 74
Binary 11010010 1100000 10110110 0 110110 1101 10010 100111011 111000 111100

Color Harmonies of #D260B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D260B6

Black with #D260B6

Text Example


Text Example

White with #D260B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D260B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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