Html Css Color HEX #D23DD6 Fuchsia

📋 copy color: '#D23DD6'

red 210 ◦ green 61 ◦ blue 214

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

Shades of Fuchsia #D23DD6

Tints of Fuchsia #D23DD6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.58%

 BLUE value IS 214 (83.98% from 255) = 44.12%

R = 43.3%
G = 12.58%
B = 44.12%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D23DD6 (or 0xD23DD6) is known color: Fuchsia. HEX triplet: D2, 3D and D6. RGB value is (210,61,214). Sum of RGB (Red+Green+Blue) = 210+61+214=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #D23DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DD6 is #2DC229. Grayscale: #7A7A7A. Windows color (decimal): -2998826 or 14040530. OLE color: 14040530.

HSL color Cylindrical-coordinate representation of color #D23DD6: hue angle of 298.43º degrees, saturation: 0.65, 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 #D23DD6 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 61 214 -
CMYK 0.02 0.71 0 0.16
HSL 298.43º 0.65% 0.54% -
HSV(B) 298.43º 0.71% 0.84% -
XYZ 40.38 21.89 65.72 -
YUV 122.99 179.36 190.06 -
System Red Green Blue C M Y K H S L
Decimal 210 61 214 0.02 0.71 0 0.16 298.43 0.65 0.54
Hex D2 3D D6 2 47 0 10 12A 41 36
Octal 322 75 326 2 107 0 20 452 101 66
Binary 11010010 111101 11010110 10 1000111 0 10000 100101010 1000001 110110

Color Harmonies of #D23DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23DD6

Black with #D23DD6

Text Example


Text Example

White with #D23DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23DD6; }

 p { color: rgb(210,61,214); }

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

background-color css

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

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

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

border-color css

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

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

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