Html Css Color HEX #D231C6 Fuchsia

📋 copy color: '#D231C6'

red 210 ◦ green 49 ◦ blue 198

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

Shades of Fuchsia #D231C6

Tints of Fuchsia #D231C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.33%

R = 45.95%
G = 10.72%
B = 43.33%

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

#D231C6 (or 0xD231C6) is known color: Fuchsia. HEX triplet: D2, 31 and C6. RGB value is (210,49,198). Sum of RGB (Red+Green+Blue) = 210+49+198=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D231C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231C6 is #2DCE39. Grayscale: #717171. Windows color (decimal): -3001914 or 12988882. OLE color: 12988882.

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

Color convert

RGB 210 49 198 -
CMYK 0 0.77 0.06 0.18
HSL 304.47º 0.64% 0.51% -
HSV(B) 304.47º 0.77% 0.82% -
XYZ 37.87 19.98 55.29 -
YUV 114.13 175.34 196.38 -
System Red Green Blue C M Y K H S L
Decimal 210 49 198 0 0.77 0.06 0.18 304.47 0.64 0.51
Hex D2 31 C6 0 4D 6 12 130 40 33
Octal 322 61 306 0 115 6 22 460 100 63
Binary 11010010 110001 11000110 0 1001101 110 10010 100110000 1000000 110011

Color Harmonies of #D231C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231C6

Black with #D231C6

Text Example


Text Example

White with #D231C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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