Html Css Color HEX #D23AD1 Fuchsia

📋 copy color: '#D23AD1'

red 210 ◦ green 58 ◦ blue 209

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

Shades of Fuchsia #D23AD1

Tints of Fuchsia #D23AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.82%

R = 44.03%
G = 12.16%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D23AD1 (or 0xD23AD1) is known color: Fuchsia. HEX triplet: D2, 3A and D1. RGB value is (210,58,209). Sum of RGB (Red+Green+Blue) = 210+58+209=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D23AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23AD1 is #2DC52E. Grayscale: #787878. Windows color (decimal): -2999599 or 13712082. OLE color: 13712082.

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

Color convert

RGB 210 58 209 -
CMYK 0 0.72 0.00 0.18
HSL 300.39º 0.63% 0.53% -
HSV(B) 300.39º 0.72% 0.82% -
XYZ 39.6 21.33 62.35 -
YUV 120.66 177.86 191.72 -
System Red Green Blue C M Y K H S L
Decimal 210 58 209 0 0.72 0.00 0.18 300.39 0.63 0.53
Hex D2 3A D1 0 48 0 12 12C 3F 35
Octal 322 72 321 0 110 0 22 454 77 65
Binary 11010010 111010 11010001 0 1001000 0 10010 100101100 111111 110101

Color Harmonies of #D23AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23AD1

Black with #D23AD1

Text Example


Text Example

White with #D23AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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