Html Css Color HEX #D231C9 Fuchsia

📋 copy color: '#D231C9'

red 210 ◦ green 49 ◦ blue 201

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

Shades of Fuchsia #D231C9

Tints of Fuchsia #D231C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.7%

R = 45.65%
G = 10.65%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D231C9 (or 0xD231C9) is known color: Fuchsia. HEX triplet: D2, 31 and C9. RGB value is (210,49,201). Sum of RGB (Red+Green+Blue) = 210+49+201=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D231C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231C9 is #2DCE36. Grayscale: #727272. Windows color (decimal): -3001911 or 13185490. OLE color: 13185490.

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

Color convert

RGB 210 49 201 -
CMYK 0 0.77 0.04 0.18
HSL 303.35º 0.64% 0.51% -
HSV(B) 303.35º 0.77% 0.82% -
XYZ 38.22 20.12 57.13 -
YUV 114.47 176.84 196.14 -
System Red Green Blue C M Y K H S L
Decimal 210 49 201 0 0.77 0.04 0.18 303.35 0.64 0.51
Hex D2 31 C9 0 4D 4 12 12F 40 33
Octal 322 61 311 0 115 4 22 457 100 63
Binary 11010010 110001 11001001 0 1001101 100 10010 100101111 1000000 110011

Color Harmonies of #D231C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231C9

Black with #D231C9

Text Example


Text Example

White with #D231C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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