Html Css Color HEX #D43DCC Fuchsia

📋 copy color: '#D43DCC'

red 212 ◦ green 61 ◦ blue 204

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

Shades of Fuchsia #D43DCC

Tints of Fuchsia #D43DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 44.44%
G = 12.79%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D43DCC (or 0xD43DCC) is known color: Fuchsia. HEX triplet: D4, 3D and CC. RGB value is (212,61,204). Sum of RGB (Red+Green+Blue) = 212+61+204=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 61 (24.22% from 255 or 12.79% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43DCC is #2BC233. Grayscale: #7A7A7A. Windows color (decimal): -2867764 or 13385172. OLE color: 13385172.

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

Color convert

RGB 212 61 204 -
CMYK 0 0.71 0.04 0.17
HSL 303.18º 0.64% 0.54% -
HSV(B) 303.18º 0.71% 0.83% -
XYZ 39.72 21.69 59.22 -
YUV 122.45 174.03 191.87 -
System Red Green Blue C M Y K H S L
Decimal 212 61 204 0 0.71 0.04 0.17 303.18 0.64 0.54
Hex D4 3D CC 0 47 4 11 12F 40 36
Octal 324 75 314 0 107 4 21 457 100 66
Binary 11010100 111101 11001100 0 1000111 100 10001 100101111 1000000 110110

Color Harmonies of #D43DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43DCC

Black with #D43DCC

Text Example


Text Example

White with #D43DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43DCC; }

 p { color: rgb(212,61,204); }

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

background-color css

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

 a { background-color: rgb(212,61,204); }

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

border-color css

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

 span { border-color: rgb(212,61,204); }

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