Html Css Color HEX #D23FC2 Fuchsia

📋 copy color: '#D23FC2'

red 210 ◦ green 63 ◦ blue 194

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

Shades of Fuchsia #D23FC2

Tints of Fuchsia #D23FC2

RGB

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

 GREEN value IS 63 (25% from 255) = 13.49%

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

R = 44.97%
G = 13.49%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D23FC2 (or 0xD23FC2) is known color: Fuchsia. HEX triplet: D2, 3F and C2. RGB value is (210,63,194). Sum of RGB (Red+Green+Blue) = 210+63+194=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FC2 is #2DC03D. Grayscale: #797979. Windows color (decimal): -2998334 or 12730322. OLE color: 12730322.

HSL color Cylindrical-coordinate representation of color #D23FC2: hue angle of 306.53º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23FC2 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 63 194 -
CMYK 0 0.70 0.08 0.18
HSL 306.53º 0.62% 0.54% -
HSV(B) 306.53º 0.7% 0.82% -
XYZ 38.09 21.15 53.11 -
YUV 121.89 168.7 190.85 -
System Red Green Blue C M Y K H S L
Decimal 210 63 194 0 0.70 0.08 0.18 306.53 0.62 0.54
Hex D2 3F C2 0 46 8 12 133 3E 36
Octal 322 77 302 0 106 10 22 463 76 66
Binary 11010010 111111 11000010 0 1000110 1000 10010 100110011 111110 110110

Color Harmonies of #D23FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23FC2

Black with #D23FC2

Text Example


Text Example

White with #D23FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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