Html Css Color HEX #D43DBB Fuchsia

📋 copy color: '#D43DBB'

red 212 ◦ green 61 ◦ blue 187

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

Shades of Fuchsia #D43DBB

Tints of Fuchsia #D43DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 46.09%
G = 13.26%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D43DBB (or 0xD43DBB) is known color: Fuchsia. HEX triplet: D4, 3D and BB. RGB value is (212,61,187). Sum of RGB (Red+Green+Blue) = 212+61+187=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43DBB is #2BC244. Grayscale: #787878. Windows color (decimal): -2867781 or 12271060. OLE color: 12271060.

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

Color convert

RGB 212 61 187 -
CMYK 0 0.71 0.12 0.17
HSL 309.93º 0.64% 0.54% -
HSV(B) 309.93º 0.71% 0.83% -
XYZ 37.79 20.92 49.06 -
YUV 120.51 165.53 193.25 -
System Red Green Blue C M Y K H S L
Decimal 212 61 187 0 0.71 0.12 0.17 309.93 0.64 0.54
Hex D4 3D BB 0 47 C 11 136 40 36
Octal 324 75 273 0 107 14 21 466 100 66
Binary 11010100 111101 10111011 0 1000111 1100 10001 100110110 1000000 110110

Color Harmonies of #D43DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43DBB

Black with #D43DBB

Text Example


Text Example

White with #D43DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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