Html Css Color HEX #D231C2 Fuchsia

📋 copy color: '#D231C2'

red 210 ◦ green 49 ◦ blue 194

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

Shades of Fuchsia #D231C2

Tints of Fuchsia #D231C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.83%

R = 46.36%
G = 10.82%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D231C2 (or 0xD231C2) is known color: Fuchsia. HEX triplet: D2, 31 and C2. RGB value is (210,49,194). Sum of RGB (Red+Green+Blue) = 210+49+194=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D231C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231C2 is #2DCE3D. Grayscale: #717171. Windows color (decimal): -3001918 or 12726738. OLE color: 12726738.

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

Color convert

RGB 210 49 194 -
CMYK 0 0.77 0.08 0.18
HSL 305.96º 0.64% 0.51% -
HSV(B) 305.96º 0.77% 0.82% -
XYZ 37.41 19.79 52.89 -
YUV 113.67 173.34 196.71 -
System Red Green Blue C M Y K H S L
Decimal 210 49 194 0 0.77 0.08 0.18 305.96 0.64 0.51
Hex D2 31 C2 0 4D 8 12 132 40 33
Octal 322 61 302 0 115 10 22 462 100 63
Binary 11010010 110001 11000010 0 1001101 1000 10010 100110010 1000000 110011

Color Harmonies of #D231C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231C2

Black with #D231C2

Text Example


Text Example

White with #D231C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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