Html Css Color HEX #D23DC3 Fuchsia

📋 copy color: '#D23DC3'

red 210 ◦ green 61 ◦ blue 195

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

Shades of Fuchsia #D23DC3

Tints of Fuchsia #D23DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.85%

R = 45.06%
G = 13.09%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D23DC3 (or 0xD23DC3) is known color: Fuchsia. HEX triplet: D2, 3D and C3. RGB value is (210,61,195). Sum of RGB (Red+Green+Blue) = 210+61+195=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DC3 is #2DC23C. Grayscale: #787878. Windows color (decimal): -2998845 or 12795346. OLE color: 12795346.

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

Color convert

RGB 210 61 195 -
CMYK 0 0.71 0.07 0.18
HSL 306.04º 0.62% 0.53% -
HSV(B) 306.04º 0.71% 0.82% -
XYZ 38.1 20.98 53.67 -
YUV 120.83 169.86 191.6 -
System Red Green Blue C M Y K H S L
Decimal 210 61 195 0 0.71 0.07 0.18 306.04 0.62 0.53
Hex D2 3D C3 0 47 7 12 132 3E 35
Octal 322 75 303 0 107 7 22 462 76 65
Binary 11010010 111101 11000011 0 1000111 111 10010 100110010 111110 110101

Color Harmonies of #D23DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23DC3

Black with #D23DC3

Text Example


Text Example

White with #D23DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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