Html Css Color HEX #D62FC1 Fuchsia

📋 copy color: '#D62FC1'

red 214 ◦ green 47 ◦ blue 193

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

Shades of Fuchsia #D62FC1

Tints of Fuchsia #D62FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.51%

R = 47.14%
G = 10.35%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D62FC1 (or 0xD62FC1) is known color: Fuchsia. HEX triplet: D6, 2F and C1. RGB value is (214,47,193). Sum of RGB (Red+Green+Blue) = 214+47+193=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D62FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62FC1 is #29D03E. Grayscale: #717171. Windows color (decimal): -2740287 or 12660694. OLE color: 12660694.

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

Color convert

RGB 214 47 193 -
CMYK 0 0.78 0.10 0.16
HSL 307.54º 0.67% 0.51% -
HSV(B) 307.54º 0.78% 0.84% -
XYZ 38.37 20.18 52.32 -
YUV 113.58 172.83 199.63 -
System Red Green Blue C M Y K H S L
Decimal 214 47 193 0 0.78 0.10 0.16 307.54 0.67 0.51
Hex D6 2F C1 0 4E A 10 134 43 33
Octal 326 57 301 0 116 12 20 464 103 63
Binary 11010110 101111 11000001 0 1001110 1010 10000 100110100 1000011 110011

Color Harmonies of #D62FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62FC1

Black with #D62FC1

Text Example


Text Example

White with #D62FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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