Html Css Color HEX #D23AD7 Fuchsia

📋 copy color: '#D23AD7'

red 210 ◦ green 58 ◦ blue 215

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

Shades of Fuchsia #D23AD7

Tints of Fuchsia #D23AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.51%

R = 43.48%
G = 12.01%
B = 44.51%

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

#D23AD7 (or 0xD23AD7) is known color: Fuchsia. HEX triplet: D2, 3A and D7. RGB value is (210,58,215). Sum of RGB (Red+Green+Blue) = 210+58+215=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 215 - color contains mainly: blue. Hex color #D23AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23AD7 is #2DC528. Grayscale: #787878. Windows color (decimal): -2999593 or 14105298. OLE color: 14105298.

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

Color convert

RGB 210 58 215 -
CMYK 0.02 0.73 0 0.16
HSL 298.09º 0.66% 0.54% -
HSV(B) 298.09º 0.73% 0.84% -
XYZ 40.36 21.63 66.34 -
YUV 121.35 180.86 191.23 -
System Red Green Blue C M Y K H S L
Decimal 210 58 215 0.02 0.73 0 0.16 298.09 0.66 0.54
Hex D2 3A D7 2 49 0 10 12A 42 36
Octal 322 72 327 2 111 0 20 452 102 66
Binary 11010010 111010 11010111 10 1001001 0 10000 100101010 1000010 110110

Color Harmonies of #D23AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23AD7

Black with #D23AD7

Text Example


Text Example

White with #D23AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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