Html Css Color HEX #D23CD0 Fuchsia

📋 copy color: '#D23CD0'

red 210 ◦ green 60 ◦ blue 208

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

Shades of Fuchsia #D23CD0

Tints of Fuchsia #D23CD0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.55%

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

R = 43.93%
G = 12.55%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D23CD0 (or 0xD23CD0) is known color: Fuchsia. HEX triplet: D2, 3C and D0. RGB value is (210,60,208). Sum of RGB (Red+Green+Blue) = 210+60+208=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CD0 is #2DC32F. Grayscale: #797979. Windows color (decimal): -2999088 or 13647058. OLE color: 13647058.

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

Color convert

RGB 210 60 208 -
CMYK 0 0.71 0.01 0.18
HSL 300.8º 0.63% 0.53% -
HSV(B) 300.8º 0.71% 0.82% -
XYZ 39.58 21.49 61.74 -
YUV 121.72 176.7 190.97 -
System Red Green Blue C M Y K H S L
Decimal 210 60 208 0 0.71 0.01 0.18 300.8 0.63 0.53
Hex D2 3C D0 0 47 1 12 12D 3E 35
Octal 322 74 320 0 107 1 22 455 76 65
Binary 11010010 111100 11010000 0 1000111 1 10010 100101101 111110 110101

Color Harmonies of #D23CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23CD0

Black with #D23CD0

Text Example


Text Example

White with #D23CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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