Html Css Color HEX #D260B0 Fuchsia

📋 copy color: '#D260B0'

red 210 ◦ green 96 ◦ blue 176

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

Shades of Fuchsia #D260B0

Tints of Fuchsia #D260B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 43.57%
G = 19.92%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D260B0 (or 0xD260B0) is known color: Fuchsia. HEX triplet: D2, 60 and B0. RGB value is (210,96,176). Sum of RGB (Red+Green+Blue) = 210+96+176=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D260B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D260B0 is #2D9F4F. Grayscale: #8B8B8B. Windows color (decimal): -2989904 or 11559122. OLE color: 11559122.

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

Color convert

RGB 210 96 176 -
CMYK 0 0.54 0.16 0.18
HSL 317.89º 0.56% 0.6% -
HSV(B) 317.89º 0.54% 0.82% -
XYZ 38.6 25.2 43.9 -
YUV 139.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 210 96 176 0 0.54 0.16 0.18 317.89 0.56 0.6
Hex D2 60 B0 0 36 10 12 13E 38 3C
Octal 322 140 260 0 66 20 22 476 70 74
Binary 11010010 1100000 10110000 0 110110 10000 10010 100111110 111000 111100

Color Harmonies of #D260B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D260B0

Black with #D260B0

Text Example


Text Example

White with #D260B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D260B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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