Html Css Color HEX #D23ED5 Fuchsia

📋 copy color: '#D23ED5'

red 210 ◦ green 62 ◦ blue 213

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

Shades of Fuchsia #D23ED5

Tints of Fuchsia #D23ED5

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.78%

 BLUE value IS 213 (83.59% from 255) = 43.92%

R = 43.3%
G = 12.78%
B = 43.92%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D23ED5 (or 0xD23ED5) is known color: Fuchsia. HEX triplet: D2, 3E and D5. RGB value is (210,62,213). Sum of RGB (Red+Green+Blue) = 210+62+213=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 62 (24.61% from 255 or 12.78% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #D23ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ED5 is #2DC12A. Grayscale: #7B7B7B. Windows color (decimal): -2998571 or 13975250. OLE color: 13975250.

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

Color convert

RGB 210 62 213 -
CMYK 0.01 0.71 0 0.16
HSL 298.81º 0.64% 0.54% -
HSV(B) 298.81º 0.71% 0.84% -
XYZ 40.31 21.95 65.06 -
YUV 123.47 178.53 189.72 -
System Red Green Blue C M Y K H S L
Decimal 210 62 213 0.01 0.71 0 0.16 298.81 0.64 0.54
Hex D2 3E D5 1 47 0 10 12B 40 36
Octal 322 76 325 1 107 0 20 453 100 66
Binary 11010010 111110 11010101 1 1000111 0 10000 100101011 1000000 110110

Color Harmonies of #D23ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23ED5

Black with #D23ED5

Text Example


Text Example

White with #D23ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23ED5; }

 p { color: rgb(210,62,213); }

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

background-color css

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

 a { background-color: rgb(210,62,213); }

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

border-color css

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

 span { border-color: rgb(210,62,213); }

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