Html Css Color HEX #D231B2 Fuchsia

📋 copy color: '#D231B2'

red 210 ◦ green 49 ◦ blue 178

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

Shades of Fuchsia #D231B2

Tints of Fuchsia #D231B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.73%

R = 48.05%
G = 11.21%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D231B2 (or 0xD231B2) is known color: Fuchsia. HEX triplet: D2, 31 and B2. RGB value is (210,49,178). Sum of RGB (Red+Green+Blue) = 210+49+178=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D231B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D231B2 is #2DCE4D. Grayscale: #6F6F6F. Windows color (decimal): -3001934 or 11678162. OLE color: 11678162.

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

Color convert

RGB 210 49 178 -
CMYK 0 0.77 0.15 0.18
HSL 311.93º 0.64% 0.51% -
HSV(B) 311.93º 0.77% 0.82% -
XYZ 35.71 19.11 43.93 -
YUV 111.85 165.34 198.01 -
System Red Green Blue C M Y K H S L
Decimal 210 49 178 0 0.77 0.15 0.18 311.93 0.64 0.51
Hex D2 31 B2 0 4D F 12 138 40 33
Octal 322 61 262 0 115 17 22 470 100 63
Binary 11010010 110001 10110010 0 1001101 1111 10010 100111000 1000000 110011

Color Harmonies of #D231B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231B2

Black with #D231B2

Text Example


Text Example

White with #D231B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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