Html Css Color HEX #D261BB Fuchsia

📋 copy color: '#D261BB'

red 210 ◦ green 97 ◦ blue 187

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

Shades of Fuchsia #D261BB

Tints of Fuchsia #D261BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 42.51%
G = 19.64%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D261BB (or 0xD261BB) is known color: Fuchsia. HEX triplet: D2, 61 and BB. RGB value is (210,97,187). Sum of RGB (Red+Green+Blue) = 210+97+187=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D261BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261BB is #2D9E44. Grayscale: #8C8C8C. Windows color (decimal): -2989637 or 12280274. OLE color: 12280274.

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

Color convert

RGB 210 97 187 -
CMYK 0 0.54 0.11 0.18
HSL 312.21º 0.56% 0.6% -
HSV(B) 312.21º 0.54% 0.82% -
XYZ 39.82 25.84 49.9 -
YUV 141.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 210 97 187 0 0.54 0.11 0.18 312.21 0.56 0.6
Hex D2 61 BB 0 36 B 12 138 38 3C
Octal 322 141 273 0 66 13 22 470 70 74
Binary 11010010 1100001 10111011 0 110110 1011 10010 100111000 111000 111100

Color Harmonies of #D261BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D261BB

Black with #D261BB

Text Example


Text Example

White with #D261BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D261BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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