Html Css Color HEX #D62FCB Fuchsia

📋 copy color: '#D62FCB'

red 214 ◦ green 47 ◦ blue 203

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

Shades of Fuchsia #D62FCB

Tints of Fuchsia #D62FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 46.12%
G = 10.13%
B = 43.75%

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

#D62FCB (or 0xD62FCB) is known color: Fuchsia. HEX triplet: D6, 2F and CB. RGB value is (214,47,203). Sum of RGB (Red+Green+Blue) = 214+47+203=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D62FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62FCB is #29D034. Grayscale: #727272. Windows color (decimal): -2740277 or 13316054. OLE color: 13316054.

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

Color convert

RGB 214 47 203 -
CMYK 0 0.78 0.05 0.16
HSL 303.95º 0.67% 0.51% -
HSV(B) 303.95º 0.78% 0.84% -
XYZ 39.53 20.64 58.4 -
YUV 114.72 177.83 198.82 -
System Red Green Blue C M Y K H S L
Decimal 214 47 203 0 0.78 0.05 0.16 303.95 0.67 0.51
Hex D6 2F CB 0 4E 5 10 130 43 33
Octal 326 57 313 0 116 5 20 460 103 63
Binary 11010110 101111 11001011 0 1001110 101 10000 100110000 1000011 110011

Color Harmonies of #D62FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62FCB

Black with #D62FCB

Text Example


Text Example

White with #D62FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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