Html Css Color HEX #D23DC9 Fuchsia

📋 copy color: '#D23DC9'

red 210 ◦ green 61 ◦ blue 201

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

Shades of Fuchsia #D23DC9

Tints of Fuchsia #D23DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.58%

R = 44.49%
G = 12.92%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D23DC9 (or 0xD23DC9) is known color: Fuchsia. HEX triplet: D2, 3D and C9. RGB value is (210,61,201). Sum of RGB (Red+Green+Blue) = 210+61+201=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DC9 is #2DC236. Grayscale: #797979. Windows color (decimal): -2998839 or 13188562. OLE color: 13188562.

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

Color convert

RGB 210 61 201 -
CMYK 0 0.71 0.04 0.18
HSL 303.62º 0.62% 0.53% -
HSV(B) 303.62º 0.71% 0.82% -
XYZ 38.79 21.26 57.32 -
YUV 121.51 172.86 191.12 -
System Red Green Blue C M Y K H S L
Decimal 210 61 201 0 0.71 0.04 0.18 303.62 0.62 0.53
Hex D2 3D C9 0 47 4 12 130 3E 35
Octal 322 75 311 0 107 4 22 460 76 65
Binary 11010010 111101 11001001 0 1000111 100 10010 100110000 111110 110101

Color Harmonies of #D23DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23DC9

Black with #D23DC9

Text Example


Text Example

White with #D23DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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