Html Css Color HEX #D231B8 Fuchsia

📋 copy color: '#D231B8'

red 210 ◦ green 49 ◦ blue 184

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

Shades of Fuchsia #D231B8

Tints of Fuchsia #D231B8

RGB

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

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

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

R = 47.4%
G = 11.06%
B = 41.53%

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

#D231B8 (or 0xD231B8) is known color: Fuchsia. HEX triplet: D2, 31 and B8. RGB value is (210,49,184). Sum of RGB (Red+Green+Blue) = 210+49+184=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D231B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231B8 is #2DCE47. Grayscale: #707070. Windows color (decimal): -3001928 or 12071378. OLE color: 12071378.

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

Color convert

RGB 210 49 184 -
CMYK 0 0.77 0.12 0.18
HSL 309.69º 0.64% 0.51% -
HSV(B) 309.69º 0.77% 0.82% -
XYZ 36.33 19.36 47.17 -
YUV 112.53 168.34 197.52 -
System Red Green Blue C M Y K H S L
Decimal 210 49 184 0 0.77 0.12 0.18 309.69 0.64 0.51
Hex D2 31 B8 0 4D C 12 136 40 33
Octal 322 61 270 0 115 14 22 466 100 63
Binary 11010010 110001 10111000 0 1001101 1100 10010 100110110 1000000 110011

Color Harmonies of #D231B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231B8

Black with #D231B8

Text Example


Text Example

White with #D231B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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