Html Css Color HEX #D62FCC Fuchsia

📋 copy color: '#D62FCC'

red 214 ◦ green 47 ◦ blue 204

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

Shades of Fuchsia #D62FCC

Tints of Fuchsia #D62FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 46.02%
G = 10.11%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D62FCC (or 0xD62FCC) is known color: Fuchsia. HEX triplet: D6, 2F and CC. RGB value is (214,47,204). Sum of RGB (Red+Green+Blue) = 214+47+204=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 47 (18.75% from 255 or 10.11% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D62FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62FCC is #29D033. Grayscale: #727272. Windows color (decimal): -2740276 or 13381590. OLE color: 13381590.

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

Color convert

RGB 214 47 204 -
CMYK 0 0.78 0.05 0.16
HSL 303.59º 0.67% 0.51% -
HSV(B) 303.59º 0.78% 0.84% -
XYZ 39.65 20.69 59.03 -
YUV 114.83 178.33 198.73 -
System Red Green Blue C M Y K H S L
Decimal 214 47 204 0 0.78 0.05 0.16 303.59 0.67 0.51
Hex D6 2F CC 0 4E 5 10 130 43 33
Octal 326 57 314 0 116 5 20 460 103 63
Binary 11010110 101111 11001100 0 1001110 101 10000 100110000 1000011 110011

Color Harmonies of #D62FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62FCC

Black with #D62FCC

Text Example


Text Example

White with #D62FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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