Html Css Color HEX #D653C5 Fuchsia

📋 copy color: '#D653C5'

red 214 ◦ green 83 ◦ blue 197

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

Shades of Fuchsia #D653C5

Tints of Fuchsia #D653C5

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.8%

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

R = 43.32%
G = 16.8%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D653C5 (or 0xD653C5) is known color: Fuchsia. HEX triplet: D6, 53 and C5. RGB value is (214,83,197). Sum of RGB (Red+Green+Blue) = 214+83+197=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D653C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D653C5 is #29AC3A. Grayscale: #868686. Windows color (decimal): -2731067 or 12932054. OLE color: 12932054.

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

Color convert

RGB 214 83 197 -
CMYK 0 0.61 0.08 0.16
HSL 307.79º 0.62% 0.58% -
HSV(B) 307.79º 0.61% 0.84% -
XYZ 40.9 24.51 55.4 -
YUV 135.17 162.9 184.23 -
System Red Green Blue C M Y K H S L
Decimal 214 83 197 0 0.61 0.08 0.16 307.79 0.62 0.58
Hex D6 53 C5 0 3D 8 10 134 3E 3A
Octal 326 123 305 0 75 10 20 464 76 72
Binary 11010110 1010011 11000101 0 111101 1000 10000 100110100 111110 111010

Color Harmonies of #D653C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D653C5

Black with #D653C5

Text Example


Text Example

White with #D653C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D653C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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