Html Css Color HEX #D231C8 Fuchsia

📋 copy color: '#D231C8'

red 210 ◦ green 49 ◦ blue 200

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

Shades of Fuchsia #D231C8

Tints of Fuchsia #D231C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.57%

R = 45.75%
G = 10.68%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D231C8 (or 0xD231C8) is known color: Fuchsia. HEX triplet: D2, 31 and C8. RGB value is (210,49,200). Sum of RGB (Red+Green+Blue) = 210+49+200=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D231C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231C8 is #2DCE37. Grayscale: #717171. Windows color (decimal): -3001912 or 13119954. OLE color: 13119954.

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

Color convert

RGB 210 49 200 -
CMYK 0 0.77 0.05 0.18
HSL 303.73º 0.64% 0.51% -
HSV(B) 303.73º 0.77% 0.82% -
XYZ 38.1 20.07 56.51 -
YUV 114.35 176.34 196.22 -
System Red Green Blue C M Y K H S L
Decimal 210 49 200 0 0.77 0.05 0.18 303.73 0.64 0.51
Hex D2 31 C8 0 4D 5 12 130 40 33
Octal 322 61 310 0 115 5 22 460 100 63
Binary 11010010 110001 11001000 0 1001101 101 10010 100110000 1000000 110011

Color Harmonies of #D231C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231C8

Black with #D231C8

Text Example


Text Example

White with #D231C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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