Html Css Color HEX #D23FAD Fuchsia

📋 copy color: '#D23FAD'

red 210 ◦ green 63 ◦ blue 173

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

Shades of Fuchsia #D23FAD

Tints of Fuchsia #D23FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.79%

R = 47.09%
G = 14.13%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D23FAD (or 0xD23FAD) is known color: Fuchsia. HEX triplet: D2, 3F and AD. RGB value is (210,63,173). Sum of RGB (Red+Green+Blue) = 210+63+173=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23FAD is #2DC052. Grayscale: #777777. Windows color (decimal): -2998355 or 11354066. OLE color: 11354066.

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

Color convert

RGB 210 63 173 -
CMYK 0 0.70 0.18 0.18
HSL 315.1º 0.62% 0.54% -
HSV(B) 315.1º 0.7% 0.82% -
XYZ 35.9 20.27 41.56 -
YUV 119.49 158.2 192.56 -
System Red Green Blue C M Y K H S L
Decimal 210 63 173 0 0.70 0.18 0.18 315.1 0.62 0.54
Hex D2 3F AD 0 46 12 12 13B 3E 36
Octal 322 77 255 0 106 22 22 473 76 66
Binary 11010010 111111 10101101 0 1000110 10010 10010 100111011 111110 110110

Color Harmonies of #D23FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23FAD

Black with #D23FAD

Text Example


Text Example

White with #D23FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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