Html Css Color HEX #D231B6 Fuchsia

📋 copy color: '#D231B6'

red 210 ◦ green 49 ◦ blue 182

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

Shades of Fuchsia #D231B6

Tints of Fuchsia #D231B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.27%

R = 47.62%
G = 11.11%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D231B6 (or 0xD231B6) is known color: Fuchsia. HEX triplet: D2, 31 and B6. RGB value is (210,49,182). Sum of RGB (Red+Green+Blue) = 210+49+182=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D231B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231B6 is #2DCE49. Grayscale: #6F6F6F. Windows color (decimal): -3001930 or 11940306. OLE color: 11940306.

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

Color convert

RGB 210 49 182 -
CMYK 0 0.77 0.13 0.18
HSL 310.43º 0.64% 0.51% -
HSV(B) 310.43º 0.77% 0.82% -
XYZ 36.12 19.28 46.07 -
YUV 112.3 167.34 197.69 -
System Red Green Blue C M Y K H S L
Decimal 210 49 182 0 0.77 0.13 0.18 310.43 0.64 0.51
Hex D2 31 B6 0 4D D 12 136 40 33
Octal 322 61 266 0 115 15 22 466 100 63
Binary 11010010 110001 10110110 0 1001101 1101 10010 100110110 1000000 110011

Color Harmonies of #D231B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231B6

Black with #D231B6

Text Example


Text Example

White with #D231B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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