Html Css Color HEX #D23ECD Fuchsia

📋 copy color: '#D23ECD'

red 210 ◦ green 62 ◦ blue 205

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

Shades of Fuchsia #D23ECD

Tints of Fuchsia #D23ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 44.03%
G = 13%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D23ECD (or 0xD23ECD) is known color: Fuchsia. HEX triplet: D2, 3E and CD. RGB value is (210,62,205). Sum of RGB (Red+Green+Blue) = 210+62+205=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 62 (24.61% from 255 or 13.00% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D23ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ECD is #2DC132. Grayscale: #7A7A7A. Windows color (decimal): -2998579 or 13450962. OLE color: 13450962.

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

Color convert

RGB 210 62 205 -
CMYK 0 0.70 0.02 0.18
HSL 302.03º 0.62% 0.53% -
HSV(B) 302.03º 0.7% 0.82% -
XYZ 39.32 21.55 59.85 -
YUV 122.55 174.53 190.37 -
System Red Green Blue C M Y K H S L
Decimal 210 62 205 0 0.70 0.02 0.18 302.03 0.62 0.53
Hex D2 3E CD 0 46 2 12 12E 3E 35
Octal 322 76 315 0 106 2 22 456 76 65
Binary 11010010 111110 11001101 0 1000110 10 10010 100101110 111110 110101

Color Harmonies of #D23ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23ECD

Black with #D23ECD

Text Example


Text Example

White with #D23ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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