Html Css Color HEX #D260B9 Fuchsia

📋 copy color: '#D260B9'

red 210 ◦ green 96 ◦ blue 185

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

Shades of Fuchsia #D260B9

Tints of Fuchsia #D260B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.68%

R = 42.77%
G = 19.55%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D260B9 (or 0xD260B9) is known color: Fuchsia. HEX triplet: D2, 60 and B9. RGB value is (210,96,185). Sum of RGB (Red+Green+Blue) = 210+96+185=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D260B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260B9 is #2D9F46. Grayscale: #8B8B8B. Windows color (decimal): -2989895 or 12148946. OLE color: 12148946.

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

Color convert

RGB 210 96 185 -
CMYK 0 0.54 0.12 0.18
HSL 313.16º 0.56% 0.6% -
HSV(B) 313.16º 0.54% 0.82% -
XYZ 39.52 25.57 48.75 -
YUV 140.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 210 96 185 0 0.54 0.12 0.18 313.16 0.56 0.6
Hex D2 60 B9 0 36 C 12 139 38 3C
Octal 322 140 271 0 66 14 22 471 70 74
Binary 11010010 1100000 10111001 0 110110 1100 10010 100111001 111000 111100

Color Harmonies of #D260B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D260B9

Black with #D260B9

Text Example


Text Example

White with #D260B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D260B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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