Html Css Color HEX #D43CCE Fuchsia

📋 copy color: '#D43CCE'

red 212 ◦ green 60 ◦ blue 206

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

Shades of Fuchsia #D43CCE

Tints of Fuchsia #D43CCE

RGB

 RED value IS 212 (83.2% from 255) = 44.35%

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 44.35%
G = 12.55%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D43CCE (or 0xD43CCE) is known color: Fuchsia. HEX triplet: D4, 3C and CE. RGB value is (212,60,206). Sum of RGB (Red+Green+Blue) = 212+60+206=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D43CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43CCE is #2BC331. Grayscale: #797979. Windows color (decimal): -2868018 or 13515988. OLE color: 13515988.

HSL color Cylindrical-coordinate representation of color #D43CCE: hue angle of 302.37º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43CCE is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 60 206 -
CMYK 0 0.72 0.03 0.17
HSL 302.37º 0.64% 0.53% -
HSV(B) 302.37º 0.72% 0.83% -
XYZ 39.91 21.69 60.47 -
YUV 122.09 175.36 192.13 -
System Red Green Blue C M Y K H S L
Decimal 212 60 206 0 0.72 0.03 0.17 302.37 0.64 0.53
Hex D4 3C CE 0 48 3 11 12E 40 35
Octal 324 74 316 0 110 3 21 456 100 65
Binary 11010100 111100 11001110 0 1001000 11 10001 100101110 1000000 110101

Color Harmonies of #D43CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43CCE

Black with #D43CCE

Text Example


Text Example

White with #D43CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43CCE; }

 p { color: rgb(212,60,206); }

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

background-color css

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

 a { background-color: rgb(212,60,206); }

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

border-color css

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

 span { border-color: rgb(212,60,206); }

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