Html Css Color HEX #D62FC5 Fuchsia

📋 copy color: '#D62FC5'

red 214 ◦ green 47 ◦ blue 197

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

Shades of Fuchsia #D62FC5

Tints of Fuchsia #D62FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.01%

R = 46.72%
G = 10.26%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D62FC5 (or 0xD62FC5) is known color: Fuchsia. HEX triplet: D6, 2F and C5. RGB value is (214,47,197). Sum of RGB (Red+Green+Blue) = 214+47+197=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D62FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62FC5 is #29D03A. Grayscale: #717171. Windows color (decimal): -2740283 or 12922838. OLE color: 12922838.

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

Color convert

RGB 214 47 197 -
CMYK 0 0.78 0.08 0.16
HSL 306.11º 0.67% 0.51% -
HSV(B) 306.11º 0.78% 0.84% -
XYZ 38.83 20.36 54.71 -
YUV 114.03 174.83 199.3 -
System Red Green Blue C M Y K H S L
Decimal 214 47 197 0 0.78 0.08 0.16 306.11 0.67 0.51
Hex D6 2F C5 0 4E 8 10 132 43 33
Octal 326 57 305 0 116 10 20 462 103 63
Binary 11010110 101111 11000101 0 1001110 1000 10000 100110010 1000011 110011

Color Harmonies of #D62FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62FC5

Black with #D62FC5

Text Example


Text Example

White with #D62FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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