Html Css Color HEX #D42FBB Fuchsia

📋 copy color: '#D42FBB'

red 212 ◦ green 47 ◦ blue 187

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

Shades of Fuchsia #D42FBB

Tints of Fuchsia #D42FBB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.54%

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

R = 47.53%
G = 10.54%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D42FBB (or 0xD42FBB) is known color: Fuchsia. HEX triplet: D4, 2F and BB. RGB value is (212,47,187). Sum of RGB (Red+Green+Blue) = 212+47+187=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D42FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42FBB is #2BD044. Grayscale: #6F6F6F. Windows color (decimal): -2871365 or 12267476. OLE color: 12267476.

HSL color Cylindrical-coordinate representation of color #D42FBB: hue angle of 309.09º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42FBB is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 47 187 -
CMYK 0 0.78 0.12 0.17
HSL 309.09º 0.66% 0.51% -
HSV(B) 309.09º 0.78% 0.83% -
XYZ 37.14 19.62 48.84 -
YUV 112.3 170.16 199.12 -
System Red Green Blue C M Y K H S L
Decimal 212 47 187 0 0.78 0.12 0.17 309.09 0.66 0.51
Hex D4 2F BB 0 4E C 11 135 42 33
Octal 324 57 273 0 116 14 21 465 102 63
Binary 11010100 101111 10111011 0 1001110 1100 10001 100110101 1000010 110011

Color Harmonies of #D42FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42FBB

Black with #D42FBB

Text Example


Text Example

White with #D42FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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