Html Css Color HEX #D23ACE Fuchsia

📋 copy color: '#D23ACE'

red 210 ◦ green 58 ◦ blue 206

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

Shades of Fuchsia #D23ACE

Tints of Fuchsia #D23ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.24%

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 44.3%
G = 12.24%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D23ACE (or 0xD23ACE) is known color: Fuchsia. HEX triplet: D2, 3A and CE. RGB value is (210,58,206). Sum of RGB (Red+Green+Blue) = 210+58+206=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D23ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ACE is #2DC531. Grayscale: #777777. Windows color (decimal): -2999602 or 13515474. OLE color: 13515474.

HSL color Cylindrical-coordinate representation of color #D23ACE: hue angle of 301.58º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23ACE is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 58 206 -
CMYK 0 0.72 0.02 0.18
HSL 301.58º 0.63% 0.53% -
HSV(B) 301.58º 0.72% 0.82% -
XYZ 39.23 21.18 60.41 -
YUV 120.32 176.36 191.97 -
System Red Green Blue C M Y K H S L
Decimal 210 58 206 0 0.72 0.02 0.18 301.58 0.63 0.53
Hex D2 3A CE 0 48 2 12 12E 3F 35
Octal 322 72 316 0 110 2 22 456 77 65
Binary 11010010 111010 11001110 0 1001000 10 10010 100101110 111111 110101

Color Harmonies of #D23ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23ACE

Black with #D23ACE

Text Example


Text Example

White with #D23ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23ACE; }

 p { color: rgb(210,58,206); }

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

background-color css

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

 a { background-color: rgb(210,58,206); }

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

border-color css

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

 span { border-color: rgb(210,58,206); }

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