Html Css Color HEX #D23AC1 Fuchsia

📋 copy color: '#D23AC1'

red 210 ◦ green 58 ◦ blue 193

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

Shades of Fuchsia #D23AC1

Tints of Fuchsia #D23AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.87%

R = 45.55%
G = 12.58%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D23AC1 (or 0xD23AC1) is known color: Fuchsia. HEX triplet: D2, 3A and C1. RGB value is (210,58,193). Sum of RGB (Red+Green+Blue) = 210+58+193=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D23AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23AC1 is #2DC53E. Grayscale: #767676. Windows color (decimal): -2999615 or 12663506. OLE color: 12663506.

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

Color convert

RGB 210 58 193 -
CMYK 0 0.72 0.08 0.18
HSL 306.71º 0.63% 0.53% -
HSV(B) 306.71º 0.72% 0.82% -
XYZ 37.72 20.58 52.44 -
YUV 118.84 169.86 193.02 -
System Red Green Blue C M Y K H S L
Decimal 210 58 193 0 0.72 0.08 0.18 306.71 0.63 0.53
Hex D2 3A C1 0 48 8 12 133 3F 35
Octal 322 72 301 0 110 10 22 463 77 65
Binary 11010010 111010 11000001 0 1001000 1000 10010 100110011 111111 110101

Color Harmonies of #D23AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23AC1

Black with #D23AC1

Text Example


Text Example

White with #D23AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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