Html Css Color HEX #D43DB8 Fuchsia

📋 copy color: '#D43DB8'

red 212 ◦ green 61 ◦ blue 184

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

Shades of Fuchsia #D43DB8

Tints of Fuchsia #D43DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.26%

R = 46.39%
G = 13.35%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D43DB8 (or 0xD43DB8) is known color: Fuchsia. HEX triplet: D4, 3D and B8. RGB value is (212,61,184). Sum of RGB (Red+Green+Blue) = 212+61+184=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43DB8 is #2BC247. Grayscale: #777777. Windows color (decimal): -2867784 or 12074452. OLE color: 12074452.

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

Color convert

RGB 212 61 184 -
CMYK 0 0.71 0.13 0.17
HSL 311.13º 0.64% 0.54% -
HSV(B) 311.13º 0.71% 0.83% -
XYZ 37.47 20.8 47.39 -
YUV 120.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 212 61 184 0 0.71 0.13 0.17 311.13 0.64 0.54
Hex D4 3D B8 0 47 D 11 137 40 36
Octal 324 75 270 0 107 15 21 467 100 66
Binary 11010100 111101 10111000 0 1000111 1101 10001 100110111 1000000 110110

Color Harmonies of #D43DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43DB8

Black with #D43DB8

Text Example


Text Example

White with #D43DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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