Html Css Color HEX #D231C5 Fuchsia

📋 copy color: '#D231C5'

red 210 ◦ green 49 ◦ blue 197

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

Shades of Fuchsia #D231C5

Tints of Fuchsia #D231C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.2%

R = 46.05%
G = 10.75%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D231C5 (or 0xD231C5) is known color: Fuchsia. HEX triplet: D2, 31 and C5. RGB value is (210,49,197). Sum of RGB (Red+Green+Blue) = 210+49+197=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D231C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231C5 is #2DCE3A. Grayscale: #717171. Windows color (decimal): -3001915 or 12923346. OLE color: 12923346.

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

Color convert

RGB 210 49 197 -
CMYK 0 0.77 0.06 0.18
HSL 304.84º 0.64% 0.51% -
HSV(B) 304.84º 0.77% 0.82% -
XYZ 37.75 19.93 54.68 -
YUV 114.01 174.84 196.47 -
System Red Green Blue C M Y K H S L
Decimal 210 49 197 0 0.77 0.06 0.18 304.84 0.64 0.51
Hex D2 31 C5 0 4D 6 12 131 40 33
Octal 322 61 305 0 115 6 22 461 100 63
Binary 11010010 110001 11000101 0 1001101 110 10010 100110001 1000000 110011

Color Harmonies of #D231C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231C5

Black with #D231C5

Text Example


Text Example

White with #D231C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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