Html Css Color HEX #D43CB3 Fuchsia

📋 copy color: '#D43CB3'

red 212 ◦ green 60 ◦ blue 179

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

Shades of Fuchsia #D43CB3

Tints of Fuchsia #D43CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.69%

R = 47.01%
G = 13.3%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D43CB3 (or 0xD43CB3) is known color: Fuchsia. HEX triplet: D4, 3C and B3. RGB value is (212,60,179). Sum of RGB (Red+Green+Blue) = 212+60+179=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D43CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43CB3 is #2BC34C. Grayscale: #767676. Windows color (decimal): -2868045 or 11746516. OLE color: 11746516.

HSL color Cylindrical-coordinate representation of color #D43CB3: hue angle of 313.03º 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 #D43CB3 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 60 179 -
CMYK 0 0.72 0.16 0.17
HSL 313.03º 0.64% 0.53% -
HSV(B) 313.03º 0.72% 0.83% -
XYZ 36.9 20.48 44.66 -
YUV 119.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 212 60 179 0 0.72 0.16 0.17 313.03 0.64 0.53
Hex D4 3C B3 0 48 10 11 139 40 35
Octal 324 74 263 0 110 20 21 471 100 65
Binary 11010100 111100 10110011 0 1001000 10000 10001 100111001 1000000 110101

Color Harmonies of #D43CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43CB3

Black with #D43CB3

Text Example


Text Example

White with #D43CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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