Html Css Color HEX #D23ACC Fuchsia

📋 copy color: '#D23ACC'

red 210 ◦ green 58 ◦ blue 204

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

Shades of Fuchsia #D23ACC

Tints of Fuchsia #D23ACC

RGB

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

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

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

R = 44.49%
G = 12.29%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D23ACC (or 0xD23ACC) is known color: Fuchsia. HEX triplet: D2, 3A and CC. RGB value is (210,58,204). Sum of RGB (Red+Green+Blue) = 210+58+204=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 58 (23.05% from 255 or 12.29% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D23ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ACC is #2DC533. Grayscale: #777777. Windows color (decimal): -2999604 or 13384402. OLE color: 13384402.

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

Color convert

RGB 210 58 204 -
CMYK 0 0.72 0.03 0.18
HSL 302.37º 0.63% 0.53% -
HSV(B) 302.37º 0.72% 0.82% -
XYZ 38.99 21.09 59.14 -
YUV 120.09 175.36 192.13 -
System Red Green Blue C M Y K H S L
Decimal 210 58 204 0 0.72 0.03 0.18 302.37 0.63 0.53
Hex D2 3A CC 0 48 3 12 12E 3F 35
Octal 322 72 314 0 110 3 22 456 77 65
Binary 11010010 111010 11001100 0 1001000 11 10010 100101110 111111 110101

Color Harmonies of #D23ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23ACC

Black with #D23ACC

Text Example


Text Example

White with #D23ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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