Html Css Color HEX #D23ED2 Fuchsia

📋 copy color: '#D23ED2'

red 210 ◦ green 62 ◦ blue 210

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

Shades of Fuchsia #D23ED2

Tints of Fuchsia #D23ED2

RGB

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

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

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

R = 43.57%
G = 12.86%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D23ED2 (or 0xD23ED2) is known color: Fuchsia. HEX triplet: D2, 3E and D2. RGB value is (210,62,210). Sum of RGB (Red+Green+Blue) = 210+62+210=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 210 - color contains mainly: red, blue. Hex color #D23ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ED2 is #2DC12D. Grayscale: #7A7A7A. Windows color (decimal): -2998574 or 13778642. OLE color: 13778642.

HSL color Cylindrical-coordinate representation of color #D23ED2: hue angle of 300º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23ED2 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 62 210 -
CMYK 0 0.70 0 0.18
HSL 300º 0.62% 0.53% -
HSV(B) 300º 0.7% 0.82% -
XYZ 39.93 21.8 63.08 -
YUV 123.12 177.03 189.97 -
System Red Green Blue C M Y K H S L
Decimal 210 62 210 0 0.70 0 0.18 300 0.62 0.53
Hex D2 3E D2 0 46 0 12 12C 3E 35
Octal 322 76 322 0 106 0 22 454 76 65
Binary 11010010 111110 11010010 0 1000110 0 10010 100101100 111110 110101

Color Harmonies of #D23ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23ED2

Black with #D23ED2

Text Example


Text Example

White with #D23ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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