Html Css Color HEX #D261B8 Fuchsia

📋 copy color: '#D261B8'

red 210 ◦ green 97 ◦ blue 184

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

Shades of Fuchsia #D261B8

Tints of Fuchsia #D261B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.47%

R = 42.77%
G = 19.76%
B = 37.47%

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

#D261B8 (or 0xD261B8) is known color: Fuchsia. HEX triplet: D2, 61 and B8. RGB value is (210,97,184). Sum of RGB (Red+Green+Blue) = 210+97+184=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D261B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261B8 is #2D9E47. Grayscale: #8C8C8C. Windows color (decimal): -2989640 or 12083666. OLE color: 12083666.

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

Color convert

RGB 210 97 184 -
CMYK 0 0.54 0.12 0.18
HSL 313.81º 0.56% 0.6% -
HSV(B) 313.81º 0.54% 0.82% -
XYZ 39.5 25.71 48.23 -
YUV 140.71 152.44 177.43 -
System Red Green Blue C M Y K H S L
Decimal 210 97 184 0 0.54 0.12 0.18 313.81 0.56 0.6
Hex D2 61 B8 0 36 C 12 13A 38 3C
Octal 322 141 270 0 66 14 22 472 70 74
Binary 11010010 1100001 10111000 0 110110 1100 10010 100111010 111000 111100

Color Harmonies of #D261B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D261B8

Black with #D261B8

Text Example


Text Example

White with #D261B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D261B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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