Html Css Color HEX #D23FD0 Fuchsia

📋 copy color: '#D23FD0'

red 210 ◦ green 63 ◦ blue 208

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

Shades of Fuchsia #D23FD0

Tints of Fuchsia #D23FD0

RGB

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

 GREEN value IS 63 (25% from 255) = 13.1%

 BLUE value IS 208 (81.64% from 255) = 43.24%

R = 43.66%
G = 13.1%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D23FD0 (or 0xD23FD0) is known color: Fuchsia. HEX triplet: D2, 3F and D0. RGB value is (210,63,208). Sum of RGB (Red+Green+Blue) = 210+63+208=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FD0 is #2DC02F. Grayscale: #7B7B7B. Windows color (decimal): -2998320 or 13647826. OLE color: 13647826.

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

Color convert

RGB 210 63 208 -
CMYK 0 0.70 0.01 0.18
HSL 300.82º 0.62% 0.54% -
HSV(B) 300.82º 0.7% 0.82% -
XYZ 39.74 21.81 61.79 -
YUV 123.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 210 63 208 0 0.70 0.01 0.18 300.82 0.62 0.54
Hex D2 3F D0 0 46 1 12 12D 3E 36
Octal 322 77 320 0 106 1 22 455 76 66
Binary 11010010 111111 11010000 0 1000110 1 10010 100101101 111110 110110

Color Harmonies of #D23FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23FD0

Black with #D23FD0

Text Example


Text Example

White with #D23FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23FD0; }

 p { color: rgb(210,63,208); }

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

background-color css

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

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

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

border-color css

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

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

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