Html Css Color HEX #D261B5 Fuchsia

📋 copy color: '#D261B5'

red 210 ◦ green 97 ◦ blue 181

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

Shades of Fuchsia #D261B5

Tints of Fuchsia #D261B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.09%

R = 43.03%
G = 19.88%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D261B5 (or 0xD261B5) is known color: Fuchsia. HEX triplet: D2, 61 and B5. RGB value is (210,97,181). Sum of RGB (Red+Green+Blue) = 210+97+181=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D261B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261B5 is #2D9E4A. Grayscale: #8C8C8C. Windows color (decimal): -2989643 or 11887058. OLE color: 11887058.

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

Color convert

RGB 210 97 181 -
CMYK 0 0.54 0.14 0.18
HSL 315.4º 0.56% 0.6% -
HSV(B) 315.4º 0.54% 0.82% -
XYZ 39.19 25.59 46.59 -
YUV 140.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 210 97 181 0 0.54 0.14 0.18 315.4 0.56 0.6
Hex D2 61 B5 0 36 E 12 13B 38 3C
Octal 322 141 265 0 66 16 22 473 70 74
Binary 11010010 1100001 10110101 0 110110 1110 10010 100111011 111000 111100

Color Harmonies of #D261B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D261B5

Black with #D261B5

Text Example


Text Example

White with #D261B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D261B5; }

 p { color: rgb(210,97,181); }

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

background-color css

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

 a { background-color: rgb(210,97,181); }

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

border-color css

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

 span { border-color: rgb(210,97,181); }

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