Html Css Color HEX #D23AD6 Fuchsia

📋 copy color: '#D23AD6'

red 210 ◦ green 58 ◦ blue 214

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

Shades of Fuchsia #D23AD6

Tints of Fuchsia #D23AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.4%

R = 43.57%
G = 12.03%
B = 44.4%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D23AD6 (or 0xD23AD6) is known color: Fuchsia. HEX triplet: D2, 3A and D6. RGB value is (210,58,214). Sum of RGB (Red+Green+Blue) = 210+58+214=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #D23AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23AD6 is #2DC529. Grayscale: #787878. Windows color (decimal): -2999594 or 14039762. OLE color: 14039762.

HSL color Cylindrical-coordinate representation of color #D23AD6: hue angle of 298.46º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23AD6 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 58 214 -
CMYK 0.02 0.73 0 0.16
HSL 298.46º 0.66% 0.53% -
HSV(B) 298.46º 0.73% 0.84% -
XYZ 40.23 21.58 65.66 -
YUV 121.23 180.36 191.32 -
System Red Green Blue C M Y K H S L
Decimal 210 58 214 0.02 0.73 0 0.16 298.46 0.66 0.53
Hex D2 3A D6 2 49 0 10 12A 42 35
Octal 322 72 326 2 111 0 20 452 102 65
Binary 11010010 111010 11010110 10 1001001 0 10000 100101010 1000010 110101

Color Harmonies of #D23AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23AD6

Black with #D23AD6

Text Example


Text Example

White with #D23AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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