Html Css Color HEX #D23FCA Fuchsia

📋 copy color: '#D23FCA'

red 210 ◦ green 63 ◦ blue 202

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

Shades of Fuchsia #D23FCA

Tints of Fuchsia #D23FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 44.21%
G = 13.26%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D23FCA (or 0xD23FCA) is known color: Fuchsia. HEX triplet: D2, 3F and CA. RGB value is (210,63,202). Sum of RGB (Red+Green+Blue) = 210+63+202=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FCA is #2DC035. Grayscale: #7A7A7A. Windows color (decimal): -2998326 or 13254610. OLE color: 13254610.

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

Color convert

RGB 210 63 202 -
CMYK 0 0.70 0.04 0.18
HSL 303.27º 0.62% 0.54% -
HSV(B) 303.27º 0.7% 0.82% -
XYZ 39.02 21.52 57.97 -
YUV 122.8 172.7 190.2 -
System Red Green Blue C M Y K H S L
Decimal 210 63 202 0 0.70 0.04 0.18 303.27 0.62 0.54
Hex D2 3F CA 0 46 4 12 12F 3E 36
Octal 322 77 312 0 106 4 22 457 76 66
Binary 11010010 111111 11001010 0 1000110 100 10010 100101111 111110 110110

Color Harmonies of #D23FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23FCA

Black with #D23FCA

Text Example


Text Example

White with #D23FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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