Html Css Color HEX #D23CC3 Fuchsia

📋 copy color: '#D23CC3'

red 210 ◦ green 60 ◦ blue 195

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

Shades of Fuchsia #D23CC3

Tints of Fuchsia #D23CC3

RGB

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

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

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

R = 45.16%
G = 12.9%
B = 41.94%

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

#D23CC3 (or 0xD23CC3) is known color: Fuchsia. HEX triplet: D2, 3C and C3. RGB value is (210,60,195). Sum of RGB (Red+Green+Blue) = 210+60+195=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CC3 is #2DC33C. Grayscale: #777777. Windows color (decimal): -2999101 or 12795090. OLE color: 12795090.

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

Color convert

RGB 210 60 195 -
CMYK 0 0.71 0.07 0.18
HSL 306º 0.63% 0.53% -
HSV(B) 306º 0.71% 0.82% -
XYZ 38.04 20.87 53.65 -
YUV 120.24 170.2 192.02 -
System Red Green Blue C M Y K H S L
Decimal 210 60 195 0 0.71 0.07 0.18 306 0.63 0.53
Hex D2 3C C3 0 47 7 12 132 3E 35
Octal 322 74 303 0 107 7 22 462 76 65
Binary 11010010 111100 11000011 0 1000111 111 10010 100110010 111110 110101

Color Harmonies of #D23CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23CC3

Black with #D23CC3

Text Example


Text Example

White with #D23CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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