Html Css Color HEX #D23FAF Fuchsia

📋 copy color: '#D23FAF'

red 210 ◦ green 63 ◦ blue 175

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

Shades of Fuchsia #D23FAF

Tints of Fuchsia #D23FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.06%

R = 46.88%
G = 14.06%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D23FAF (or 0xD23FAF) is known color: Fuchsia. HEX triplet: D2, 3F and AF. RGB value is (210,63,175). Sum of RGB (Red+Green+Blue) = 210+63+175=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23FAF is #2DC050. Grayscale: #777777. Windows color (decimal): -2998353 or 11485138. OLE color: 11485138.

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

Color convert

RGB 210 63 175 -
CMYK 0 0.70 0.17 0.18
HSL 314.29º 0.62% 0.54% -
HSV(B) 314.29º 0.7% 0.82% -
XYZ 36.09 20.35 42.58 -
YUV 119.72 159.2 192.39 -
System Red Green Blue C M Y K H S L
Decimal 210 63 175 0 0.70 0.17 0.18 314.29 0.62 0.54
Hex D2 3F AF 0 46 11 12 13A 3E 36
Octal 322 77 257 0 106 21 22 472 76 66
Binary 11010010 111111 10101111 0 1000110 10001 10010 100111010 111110 110110

Color Harmonies of #D23FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23FAF

Black with #D23FAF

Text Example


Text Example

White with #D23FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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