Html Css Color HEX #D231B9 Fuchsia

📋 copy color: '#D231B9'

red 210 ◦ green 49 ◦ blue 185

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

Shades of Fuchsia #D231B9

Tints of Fuchsia #D231B9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.04%

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

R = 47.3%
G = 11.04%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D231B9 (or 0xD231B9) is known color: Fuchsia. HEX triplet: D2, 31 and B9. RGB value is (210,49,185). Sum of RGB (Red+Green+Blue) = 210+49+185=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D231B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231B9 is #2DCE46. Grayscale: #707070. Windows color (decimal): -3001927 or 12136914. OLE color: 12136914.

HSL color Cylindrical-coordinate representation of color #D231B9: hue angle of 309.32º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D231B9 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 49 185 -
CMYK 0 0.77 0.12 0.18
HSL 309.32º 0.64% 0.51% -
HSV(B) 309.32º 0.77% 0.82% -
XYZ 36.43 19.4 47.72 -
YUV 112.64 168.84 197.44 -
System Red Green Blue C M Y K H S L
Decimal 210 49 185 0 0.77 0.12 0.18 309.32 0.64 0.51
Hex D2 31 B9 0 4D C 12 135 40 33
Octal 322 61 271 0 115 14 22 465 100 63
Binary 11010010 110001 10111001 0 1001101 1100 10010 100110101 1000000 110011

Color Harmonies of #D231B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231B9

Black with #D231B9

Text Example


Text Example

White with #D231B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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