Html Css Color HEX #D23FCC Fuchsia

📋 copy color: '#D23FCC'

red 210 ◦ green 63 ◦ blue 204

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

Shades of Fuchsia #D23FCC

Tints of Fuchsia #D23FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 44.03%
G = 13.21%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D23FCC (or 0xD23FCC) is known color: Fuchsia. HEX triplet: D2, 3F and CC. RGB value is (210,63,204). Sum of RGB (Red+Green+Blue) = 210+63+204=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FCC is #2DC033. Grayscale: #7A7A7A. Windows color (decimal): -2998324 or 13385682. OLE color: 13385682.

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

Color convert

RGB 210 63 204 -
CMYK 0 0.70 0.03 0.18
HSL 302.45º 0.62% 0.54% -
HSV(B) 302.45º 0.7% 0.82% -
XYZ 39.25 21.62 59.23 -
YUV 123.03 173.7 190.04 -
System Red Green Blue C M Y K H S L
Decimal 210 63 204 0 0.70 0.03 0.18 302.45 0.62 0.54
Hex D2 3F CC 0 46 3 12 12E 3E 36
Octal 322 77 314 0 106 3 22 456 76 66
Binary 11010010 111111 11001100 0 1000110 11 10010 100101110 111110 110110

Color Harmonies of #D23FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23FCC

Black with #D23FCC

Text Example


Text Example

White with #D23FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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