Html Css Color HEX #D62FC2 Fuchsia

📋 copy color: '#D62FC2'

red 214 ◦ green 47 ◦ blue 194

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

Shades of Fuchsia #D62FC2

Tints of Fuchsia #D62FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.64%

R = 47.03%
G = 10.33%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D62FC2 (or 0xD62FC2) is known color: Fuchsia. HEX triplet: D6, 2F and C2. RGB value is (214,47,194). Sum of RGB (Red+Green+Blue) = 214+47+194=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D62FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62FC2 is #29D03D. Grayscale: #717171. Windows color (decimal): -2740286 or 12726230. OLE color: 12726230.

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

Color convert

RGB 214 47 194 -
CMYK 0 0.78 0.09 0.16
HSL 307.19º 0.67% 0.51% -
HSV(B) 307.19º 0.78% 0.84% -
XYZ 38.49 20.22 52.91 -
YUV 113.69 173.33 199.55 -
System Red Green Blue C M Y K H S L
Decimal 214 47 194 0 0.78 0.09 0.16 307.19 0.67 0.51
Hex D6 2F C2 0 4E 9 10 133 43 33
Octal 326 57 302 0 116 11 20 463 103 63
Binary 11010110 101111 11000010 0 1001110 1001 10000 100110011 1000011 110011

Color Harmonies of #D62FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62FC2

Black with #D62FC2

Text Example


Text Example

White with #D62FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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