Html Css Color HEX #D23CC5 Fuchsia

📋 copy color: '#D23CC5'

red 210 ◦ green 60 ◦ blue 197

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

Shades of Fuchsia #D23CC5

Tints of Fuchsia #D23CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.18%

R = 44.97%
G = 12.85%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D23CC5 (or 0xD23CC5) is known color: Fuchsia. HEX triplet: D2, 3C and C5. RGB value is (210,60,197). Sum of RGB (Red+Green+Blue) = 210+60+197=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CC5 is #2DC33A. Grayscale: #787878. Windows color (decimal): -2999099 or 12926162. OLE color: 12926162.

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

Color convert

RGB 210 60 197 -
CMYK 0 0.71 0.06 0.18
HSL 305.2º 0.63% 0.53% -
HSV(B) 305.2º 0.71% 0.82% -
XYZ 38.27 20.96 54.85 -
YUV 120.47 171.2 191.86 -
System Red Green Blue C M Y K H S L
Decimal 210 60 197 0 0.71 0.06 0.18 305.2 0.63 0.53
Hex D2 3C C5 0 47 6 12 131 3E 35
Octal 322 74 305 0 107 6 22 461 76 65
Binary 11010010 111100 11000101 0 1000111 110 10010 100110001 111110 110101

Color Harmonies of #D23CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23CC5

Black with #D23CC5

Text Example


Text Example

White with #D23CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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