Html Css Color HEX #D62FBA Fuchsia

📋 copy color: '#D62FBA'

red 214 ◦ green 47 ◦ blue 186

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

Shades of Fuchsia #D62FBA

Tints of Fuchsia #D62FBA

RGB

 RED value IS 214 (83.98% from 255) = 47.87%

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

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 47.87%
G = 10.51%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D62FBA (or 0xD62FBA) is known color: Fuchsia. HEX triplet: D6, 2F and BA. RGB value is (214,47,186). Sum of RGB (Red+Green+Blue) = 214+47+186=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D62FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62FBA is #29D045. Grayscale: #707070. Windows color (decimal): -2740294 or 12201942. OLE color: 12201942.

HSL color Cylindrical-coordinate representation of color #D62FBA: hue angle of 310.06º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D62FBA is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 47 186 -
CMYK 0 0.78 0.13 0.16
HSL 310.06º 0.67% 0.51% -
HSV(B) 310.06º 0.78% 0.84% -
XYZ 37.61 19.87 48.31 -
YUV 112.78 169.33 200.2 -
System Red Green Blue C M Y K H S L
Decimal 214 47 186 0 0.78 0.13 0.16 310.06 0.67 0.51
Hex D6 2F BA 0 4E D 10 136 43 33
Octal 326 57 272 0 116 15 20 466 103 63
Binary 11010110 101111 10111010 0 1001110 1101 10000 100110110 1000011 110011

Color Harmonies of #D62FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62FBA

Black with #D62FBA

Text Example


Text Example

White with #D62FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62FBA; }

 p { color: rgb(214,47,186); }

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

background-color css

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

 a { background-color: rgb(214,47,186); }

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

border-color css

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

 span { border-color: rgb(214,47,186); }

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