Html Css Color HEX #D658C2 Fuchsia

📋 copy color: '#D658C2'

red 214 ◦ green 88 ◦ blue 194

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

Shades of Fuchsia #D658C2

Tints of Fuchsia #D658C2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.74%

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

R = 43.15%
G = 17.74%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D658C2 (or 0xD658C2) is known color: Fuchsia. HEX triplet: D6, 58 and C2. RGB value is (214,88,194). Sum of RGB (Red+Green+Blue) = 214+88+194=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D658C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D658C2 is #29A73D. Grayscale: #898989. Windows color (decimal): -2729790 or 12736726. OLE color: 12736726.

HSL color Cylindrical-coordinate representation of color #D658C2: hue angle of 309.52º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D658C2 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 88 194 -
CMYK 0 0.59 0.09 0.16
HSL 309.52º 0.61% 0.59% -
HSV(B) 309.52º 0.59% 0.84% -
XYZ 40.96 25.17 53.74 -
YUV 137.76 159.74 182.38 -
System Red Green Blue C M Y K H S L
Decimal 214 88 194 0 0.59 0.09 0.16 309.52 0.61 0.59
Hex D6 58 C2 0 3B 9 10 136 3D 3B
Octal 326 130 302 0 73 11 20 466 75 73
Binary 11010110 1011000 11000010 0 111011 1001 10000 100110110 111101 111011

Color Harmonies of #D658C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D658C2

Black with #D658C2

Text Example


Text Example

White with #D658C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D658C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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