Html Css Color HEX #D655C2 Fuchsia

📋 copy color: '#D655C2'

red 214 ◦ green 85 ◦ blue 194

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

Shades of Fuchsia #D655C2

Tints of Fuchsia #D655C2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.24%

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

R = 43.41%
G = 17.24%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D655C2 (or 0xD655C2) is known color: Fuchsia. HEX triplet: D6, 55 and C2. RGB value is (214,85,194). Sum of RGB (Red+Green+Blue) = 214+85+194=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D655C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655C2 is #29AA3D. Grayscale: #878787. Windows color (decimal): -2730558 or 12735958. OLE color: 12735958.

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

Color convert

RGB 214 85 194 -
CMYK 0 0.60 0.09 0.16
HSL 309.3º 0.61% 0.59% -
HSV(B) 309.3º 0.6% 0.84% -
XYZ 40.72 24.69 53.66 -
YUV 136 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 214 85 194 0 0.60 0.09 0.16 309.3 0.61 0.59
Hex D6 55 C2 0 3C 9 10 135 3D 3B
Octal 326 125 302 0 74 11 20 465 75 73
Binary 11010110 1010101 11000010 0 111100 1001 10000 100110101 111101 111011

Color Harmonies of #D655C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655C2

Black with #D655C2

Text Example


Text Example

White with #D655C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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